Query: glutpushwindow
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutPushWindow -- Request to lower the current window to the bottom.LIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutPushWindow(void);DESCRIPTIONThis function requests that the current window be ``pushed'' to the back. A window can be in front of or behind other windows, as determined by the z-order from front to back. Top-level OpenGLUT windows can be placed at the front or back of the z-order by means of the glutPopWindow() and glutPushWindow() API functions. A z-order also applies to the subwindows of a top-level window. While the z-order of top-level windows can usually be adjusted by the user, subwindow z-order is controlled entirely by the application. There may not be an immediate effect to this function. Wait for the glutWindowStatusFunc() callback to tell you about whatever obscured/vis- ible status your window achieves.CAVEATSThe z-order of top-level windows is ultimately managed by the windowing system. Therefore, a push or pop request by an OpenGLUT application may not necessarily succeed or take immediate effect. Not applicable to offscreen windows.SEE ALSOglutPopWindow(3) glutWindowStatusFunc(3) Epoch
Related Man Pages |
---|
glutinitdisplaymode(3) - centos |
glutsetwindow(3) - centos |
glutsetoption(3) - centos |
tk_focusfollowsmouse(n) - suse |
tk_focusfollowsmouse(n) - osx |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |