glutdetachmenu(3) - Linux man page
Name
glutDetachMenu - 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.
See Also
glutcreatemenu(3) glutdestroymenu(3) glutattachmenu(3)
BSD Epoch BSD