Query: glutpositionwindow
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutPositionWindow -- Request to change the position of the current windowLIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutPositionWindow(int x, int y);PARAMETERSx Requested horizontal position of the current window y Requested vertical position of the current windowDESCRIPTIONThe glutPositionWindow() function requests that the window system position a top-level or subwindow relative to the top-left corner. Subwin- dows are typically resized and repositioned in response to window resize events.CAVEATSThe position of top-level windows is ultimately determined by the windowing system. Therefore, a position request by an OpenGLUT application may not necessarily succeed. May not take immediate effect; wait for the callback. Not applicable to offscreen windows.SEE ALSOglutInit(3) glutInitWindowPosition(3) glutReshapeFunc(3) glutCreateSubWindow(3) Epoch
Related Man Pages |
---|
glutreshapewindow(3glut) - mojave |
glutreshapewindow(3glut) - redhat |
glutcreatemenuwindow(3) - centos |
glutcreatewindow(3) - centos |
glutsetwindow(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Error: GL/glut.h: No such file or directory |