glutclosefunc(3) centos man page | unix.com

Man Page: glutclosefunc

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutCloseFunc -- Window destruction callback.
LIBRARY
OpenGLUT - windowcallback
SYNOPSIS
#include <openglut.h> void glutCloseFunc(void( *callback )( void ));
PARAMETERS
callback Client window destruction hook.
DESCRIPTION
When a window is destroyed by user-action in traditional GLUT, the application terminates. In freeglut and OpenGLUT, the application can choose to persist and treat the window close event as a normal event. This callback is how that event is transmitted to the application. This callback is bound to the current window .
CAVEATS
This function is exactly the same as glutWMCloseFunc(), which has been deprecated. This function should be used instead.
TODO
There needs to be some work to rationalize the behavior when a window is closed.
SEE ALSO
glutDestroyWindow(3) Epoch
Related Man Pages
glutcreatemenuwindow(3) - centos
glutcreatesubwindow(3) - centos
glutpopwindow(3) - centos
glutspecialfunc(3) - centos
glutreshapefunc(3glut) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Tar Command
CentOS7 restoring file capabilities
Controlling user input
[TIP] Processing YAML files with yq