Query: glutsetwindowstayontop
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutSetWindowStayOnTop -- Set stay on top mode for current windowLIBRARYOpenGLUT - experimentalSYNOPSIS#include <openglut.h> void glutSetWindowStayOnTop(int enable);PARAMETERSenable Either GL_TRUE or GL_FALSEDESCRIPTIONCAVEATSDoes not work on all window managers. Sends the Icewm style message to all window managers (KDE, twm, blackbox, ratpoison, amiwm, and whatever others you have). Can we detect Icewm reliably and only send the Icewm formatted message for Icewm? Possibbly harmless as it stands, but looks wrong.TODOCan a glutGet() be defined to tell us whether a window can be made to stay on top? Or whether a window has (successfully) been marked for staying on top? Should walk the tree of menus and glutPopWindow() (or all windows that are of menu-window type?). Investigate making a workalike variant using glutPopWindow() to mimic the feature where not directly supported. Epoch
Related Man Pages |
---|
glutfullscreen(3glut) - redhat |
glutpopwindow(3) - centos |
glutsetcursor(3) - centos |
glutspecialfunc(3) - centos |
glutfullscreen(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
DB2 convert digits to binary format |
Tar Command |
CentOS7 restoring file capabilities |
Controlling user input |