ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



Tk_RestackWindow(3)                         Tk Library Procedures                        Tk_RestackWindow(3)



____________________________________________________________________________________________________________

NAME
       Tk_RestackWindow - Change a window's position in the stacking order

SYNOPSIS
       #include <tk.h>

       int
       Tk_RestackWindow(tkwin, aboveBelow, other)

ARGUMENTS
       Tk_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.
____________________________________________________________________________________________________________


DESCRIPTION
       Tk_RestackWindow changes the stacking order of window relative to its siblings.  If other  is  speci-fied specified
       fied  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>.


KEYWORDS
       above, below, obscure, stacking order



Tk                                                                                       Tk_RestackWindow(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.