glutDetachMenu - Man Page
Detach menu from the current window.
Library
OpenGLUT - menus
Synopsis
#include <openglut.h>
void
glutDetachMenu(int button);
Parameters
button
Mouse button to unbind from.
Description
If the given
button
has a menu bound to it, this breaks the assocation.