Query: glutreshapewindow
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutReshapeWindow -- Request changing the size of the current windowLIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutReshapeWindow(int width, int height);PARAMETERSwidth Requested width of the current window height Requested height of the current windowDESCRIPTIONThe glutReshapeWindow() function adjusts the width and height of the current window , if it is an onscreen top-level or subwindow. Subwin- dows are typically resized and repositioned in response to window resize events. The window system may delay or even alter your request. Use the glutReshapeFunc() callback registration for the window if you want If you try to make a subwindow smaller than its parent, the parent will not grow to accomodate the child.TODOAdd support for offscreen windows.SEE ALSOglutInit(3) glutInitWindowSize(3) glutReshapeFunc(3) glutCreateSubWindow(3) Epoch
Related Man Pages |
---|
glutreshapefunc(3glut) - mojave |
glutfullscreen(3glut) - redhat |
glutreshapefunc(3glut) - suse |
glutfullscreen(3glut) - osx |
glutreshapefunc(3glut) - osx |
Similar Topics in the Unix Linux Community |
---|
Error: GL/glut.h: No such file or directory |