Query: glutpopwindow
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutPopWindow -- Request to raise the current window to the topLIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutPopWindow(void);DESCRIPTIONRequest that the current window be brought to the top. 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. If this has any effect on your window's visibility, you should receive a glutWindowStatusFunc() callback and a glutDisplayFunc() callback.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 ALSOglutCreateWindow(3) glutDisplayFunc(3) glutPushWindow(3) glutWindowStatusFunc(3) Epoch
Related Man Pages |
---|
glutpopwindow(3) - centos |
glutsetoption(3) - centos |
tk_focusnext(n) - suse |
tk_focusfollowsmouse(n) - osx |
tk_focusfollowsmouse(ntcl) - mojave |
Similar Topics in the Unix Linux Community |
---|
Running unix script from windows. |
Sys headers - running Linux C code on windows |
How a windowing system is implemented in C ? |
UNIX tools on windows ? |
Dual boot Internet bug |