centos man page for glutdetachmenu

Query: glutdetachmenu

OS: centos

Section: 3

Links: centos man pages   all man pages

Forums: forum home   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNTITLED
LOCAL UNTITLED
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) Epoch