Query: glutvisibilityfunc
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutVisibilityFunc -- Sets the Visibility callback for the current window.LIBRARYOpenGLUT - deprecatedSYNOPSIS#include <openglut.h> void glutVisibilityFunc(void( *callback )( int status ));PARAMETERScallback Client hook for visibility changes.DESCRIPTIONOpenGLUT may call this function when your window's visbility status has changed. status can take on two values: GLUT_NOT_VISIBLE or GLUT_VISIBLE . If any pixel of your window (including descendants) is visible, your window is GLUT_VISIBLE . The callback is bound to the current window .CAVEATSThis is not a polling mechanism. You are only informed of transitions that OpenGLUT observes while your callback is in place. This function appears to be superceded by glutWindowStatusFunc(). This callback is mutually exclusive of glutWindowStatusFunc().SEE ALSOglutWindowStatusFunc(3) Epoch
Related Man Pages |
---|
glutmousefunc(3) - centos |
glutsetcursor(3) - centos |
glutsetwindow(3) - centos |
glutspecialfunc(3) - centos |
glutvisibilityfunc(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Set hard block limit for user using quota |
Tar Command |
Unsure why access time on a directory change isn't changing |
Controlling user input |