NAME
TkRestackWindow - Change a window's position in the stacking order
SYNOPSIS
##iinncclluuddee <
int TTkkRReessttaacckkWWiinnddooww(tkwin, aboveBelow, other) AARRGGUUMMEENNTTSS TkWindow tkwin (in) Token for window to restack.> int aboveBelow (in) Indicates new position of tkwin rel-
ative to other; must be AAbboovvee or BBeellooww. TkWindow 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 isrestacked above or below all sib-
lings.DESCRIPTION
TTkkRReessttaacckkWWiinnddooww changes the stacking order of window relative to its siblings. If other is specified as NULL then window is repositioned atthe top or bottom of its stacking order, depending on whether aboveBe-
low is AAbboovvee or BBeellooww. 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 AAbboovvee or BBeellooww. Both of these values are defined by the include file. KKEEYYWWOORRDDSS above, below, obscure, stacking order Tk TkRestackWindow(3)