URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [insight/] [tk/] [doc/] [Restack.3] - Blame information for rev 1770
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
578 |
markom |
'\"
|
2 |
|
|
'\" Copyright (c) 1990 The Regents of the University of California.
|
3 |
|
|
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
|
4 |
|
|
'\"
|
5 |
|
|
'\" See the file "license.terms" for information on usage and redistribution
|
6 |
|
|
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
7 |
|
|
'\"
|
8 |
|
|
'\" RCS: @(#) $Id: Restack.3,v 1.1.1.1 2002-01-16 10:25:48 markom Exp $
|
9 |
|
|
'\"
|
10 |
|
|
.so man.macros
|
11 |
|
|
.TH Tk_RestackWindow 3 "" Tk "Tk Library Procedures"
|
12 |
|
|
.BS
|
13 |
|
|
.SH NAME
|
14 |
|
|
Tk_RestackWindow \- Change a window's position in the stacking order
|
15 |
|
|
.SH SYNOPSIS
|
16 |
|
|
.nf
|
17 |
|
|
\fB#include \fR
|
18 |
|
|
.sp
|
19 |
|
|
int
|
20 |
|
|
\fBTk_RestackWindow\fR(\fItkwin, aboveBelow, other\fR)
|
21 |
|
|
.SH ARGUMENTS
|
22 |
|
|
.AS Tk_Window aboveBelow
|
23 |
|
|
.AP Tk_Window tkwin in
|
24 |
|
|
Token for window to restack.
|
25 |
|
|
.AP int aboveBelow in
|
26 |
|
|
Indicates new position of \fItkwin\fR relative to \fIother\fR;
|
27 |
|
|
must be \fBAbove\fR or \fBBelow\fR.
|
28 |
|
|
.AP Tk_Window other in
|
29 |
|
|
\fITkwin\fR will be repositioned just above or below this window.
|
30 |
|
|
Must be a sibling of \fItkwin\fR or a descendant of a sibling.
|
31 |
|
|
If NULL then \fItkwin\fR is restacked above or below all siblings.
|
32 |
|
|
.BE
|
33 |
|
|
|
34 |
|
|
.SH DESCRIPTION
|
35 |
|
|
.PP
|
36 |
|
|
\fBTk_RestackWindow\fR changes the stacking order of \fIwindow\fR relative
|
37 |
|
|
to its siblings.
|
38 |
|
|
If \fIother\fR is specified as NULL then \fIwindow\fR is repositioned
|
39 |
|
|
at the top or bottom of its stacking order, depending on whether
|
40 |
|
|
\fIaboveBelow\fR is \fBAbove\fR or \fBBelow\fR.
|
41 |
|
|
If \fIother\fR has a non-NULL value then \fIwindow\fR is repositioned
|
42 |
|
|
just above or below \fIother\fR.
|
43 |
|
|
.PP
|
44 |
|
|
The \fIaboveBelow\fR argument must have one of the symbolic values
|
45 |
|
|
\fBAbove\fR or \fBBelow\fR.
|
46 |
|
|
Both of these values are defined by the include file .
|
47 |
|
|
|
48 |
|
|
.SH KEYWORDS
|
49 |
|
|
above, below, obscure, stacking order
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.