Query: tk_restackwindow
OS: opensolaris
Section: 3tk
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Tk_RestackWindow(3TK) Tk Library Procedures Tk_RestackWindow(3TK) __________________________________________________________________________________________________________________________________________________NAMETk_RestackWindow - Change a window's position in the stacking orderSYNOPSIS#include <tk.h> int Tk_RestackWindow(tkwin, aboveBelow, other)ARGUMENTSTk_Window tkwin (in) Token for window to restack. int aboveBelow (in) Indicates new position of tkwin relative to other; must be Above or Below. Tk_Window other (in) Tkwin will be repositioned just above or below this window. Must be a sibling of tkwin or a descendant of a sibling. If NULL then tkwin is restacked above or below all siblings. _________________________________________________________________DESCRIPTIONTk_RestackWindow changes the stacking order of window relative to its siblings. If other is specified as NULL then window is repositioned at the top or bottom of its stacking order, depending on whether aboveBelow is Above or Below. If other has a non-NULL value then window is repositioned just above or below other. The aboveBelow argument must have one of the symbolic values Above or Below. Both of these values are defined by the include file <X11/Xlib.h>.KEYWORDSabove, below, obscure, stacking orderATTRIBUTESSee attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTk | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+NOTESSource for Tk is available on http://opensolaris.org. Tk Tk_RestackWindow(3TK)
Related Man Pages |
---|
tk_unmapwindow(3tk) - opensolaris |
tk_restackwindow(3) - mojave |
tk_restackwindow(3) - centos |
tk_gethwnd(3tk) - opensolaris |
tk_mapwindow(3tk) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
What does this mean? |
PHP Man Pages Now Available (Over 10,000) |
What's legal and what's not? |
Solaris 10 - password complexity not working |
Shopt -s histappend |