GLUTDETACHMENU
Section: C Library Functions (3)
Updated: LOCAL
Index
Return to Main Contents
BSD mandoc
 
NAME
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)