1UNTITLED LOCAL UNTITLED
2
NAME
4glutDetachMenu — Detach menu from the current window.
5
LIBRARY
7OpenGLUT - menus
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutDetachMenu(int button);
14
PARAMETERS
16button Mouse button to unbind from.
17
DESCRIPTION
19If the given button has a menu bound to it, this breaks the assocation.
20
SEE ALSO
22glutCreateMenu(3) glutDestroyMenu(3) glutAttachMenu(3)
2324
25
26
27
Epoch