glutDetachMenu – Detach menu from the current window.
Library
OpenGLUT – menus
Synopsis
In openglut.h Ft void Fn glutDetachMenu int button
Parameters
Bf Em
button Ef
Mouse button to unbind from.
Description
If the given Bf Sy
button Ef
has a menu bound to it, this breaks the assocation.
See Also
glutCreateMenu(3) glutDestroyMenu(3) glutAttachMenu(3)