glutmenustatefunc(3) centos man page | unix.com

Man Page: glutmenustatefunc

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutMenuStateFunc -- Deprecated variant of glutMenuStatusFunc()
LIBRARY
OpenGLUT - deprecated
SYNOPSIS
#include <openglut.h> void glutMenuStateFunc(void( *callback )( int status ));
PARAMETERS
callback Client menu status hook.
DESCRIPTION
Broadly, OpenGLUT operates in two modes. At any given time, it is either in menu mode (with a popup menu display, possibly with subitems) or it is not. When moving from non-menu to menu status, callback (if defined) will be called with GLUT_MENU_IN_USE . Conversely, when moving from menu to non-menu status, callback (if defined) will be called with GLUT_MENU_NOT_IN_USE . This callback is bound to both the current window and the current menu .
CAVEATS
Obsolete. Depcreated.
BUGS
Your callback is not actually called presently.
SEE ALSO
glutMenuStatusFunc(3) Epoch
Related Man Pages
glutmenustatusfunc(3glut) - mojave
glutidlefunc(3glut) - redhat
glutmenustatusfunc(3glut) - suse
glutcreatemenu(3glut) - osx
glutmenustatusfunc(3glut) - osx
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
Tar Command
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq