mojave man page for tk_restackwindow

Query: tk_restackwindow

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 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>.
KEYWORDS
above, below, obscure, stacking order Tk Tk_RestackWindow(3)
Related Man Pages
lower(1t) - opensolaris
tk_restackwindow(3) - mojave
tk_coordstowindow(3) - centos
tk_restackwindow(3) - osx
tk_coordstowindow(3) - redhat
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
12-Core MacPro (2013) kernel_task over 1200%
My first PERL incarnation... Audio Oscillograph
Python 3.8.0rc1 released.
[BASH] eval command not expanding variables as expected.