Tk Library Procedures Tk_RestackWindow(3TK)
_________________________________________________________________
NAME
Tk_RestackWindow - Change a window's position in the stack-
ing orderSYNOPSIS
#include
intTk_RestackWindow(tkwin, aboveBelow, other)
ARGUMENTSTk_Window tkwin (in) Token for window to res-
tack. int aboveBelow (in) Indicates new position of tkwin relative to other; must be Above or Below.Tk_Window other (in) Tkwin will be reposi-
tioned 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._________________________________________________________________
DESCRIPTION
Tk_RestackWindow changes the stacking order of window rela-
tive 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 theinclude file
. KEYWORDS above, below, obscure, stacking order ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes: Tk Last change: 1Tk Library Procedures Tk_RestackWindow(3TK)
_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | runtime/tk-8 |
|____________________|__________________|_
| Interface Stability| Uncommitted ||____________________|_________________|
NOTES Source for Tk is available on http://opensolaris.org. Tk Last change: 2