Query: glutmenustatefunc
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutMenuStateFunc -- Deprecated variant of glutMenuStatusFunc()LIBRARYOpenGLUT - deprecatedSYNOPSIS#include <openglut.h> void glutMenuStateFunc(void( *callback )( int status ));PARAMETERScallback Client menu status hook.DESCRIPTIONBroadly, 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 .CAVEATSObsolete. Depcreated.BUGSYour callback is not actually called presently.SEE ALSOglutMenuStatusFunc(3) Epoch
| Related Man Pages |
|---|
| glutidlefunc(3glut) - redhat |
| glutmenustatusfunc(3glut) - redhat |
| glutsetwindow(3) - centos |
| glutidlefunc(3glut) - suse |
| glutcreatemenu(3glut) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| Docker learning Phase-I |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |