OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [man/] [Utils.n] - Blame information for rev 578

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
'\"
2
'\" Copyright (c) 1996, Expert Interface Technologies
3
'\"
4
'\" See the file "license.terms" for information on usage and redistribution
5
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
6
'\"
7
'\" The file man.macros and some of the macros used by this file are
8
'\" copyrighted: (c) 1990 The Regents of the University of California.
9
'\"              (c) 1994-1995 Sun Microsystems, Inc.
10
'\" The license terms of the Tcl/Tk distrobution are in the file
11
'\" license.tcl.
12
.so man.macros
13
'----------------------------------------------------------------------
14
.HS Utils tix 4.0
15
.BS
16
'
17
'
18
.SH NAME
19
Utils - Utility commands in Tix 4.0.
20
'
21
'
22
'
23
.SH SYNOPSIS
24
.TP
25
\fBtixDescendants\fI \fIpathName\fR
26
.TP
27
\fBtixDisableAll \fIpathName\fR
28
.TP
29
\fBtixEnableAll \fIpathName\fR
30
.TP
31
\fBtixPushGrab\fR ?\fI-global\fR? \fIwindow\fR
32
.TP
33
\fBtixPopGrab\fR
34
.BE
35
.PP
36
.SH DESCRIPTION
37
.PP
38
.TP
39
\fBtixDescendants\fR \fIpathName\fR
40
'
41
Returns a list of all the descendant widgets of \fIpathName\fR plus
42
\fIpathName\fR itself.
43
'
44
.TP
45
\fBtixDisableAll\fR \fIpathName\fR
46
'
47
Disables \fIpathName\fR and all its descendants.
48
'
49
'
50
.TP
51
\fBtixEnableAll\fR \fIpathName\fR
52
'
53
Enables \fIpathName\fR and all its descendants.
54
'
55
'
56
.TP
57
\fBtixPushGrab\fR ?\fI-global\fR? \fIwindow\fR
58
'
59
The \fBtixPushGrab\fR and \fBtixPopGrab\fR commands allows you to
60
perform "cascade-grabbing". \fBtixPushGrab\fR calls the \fBgrab(n)\fR
61
command on \fIwindow\fR and saves \fIwindow\fR on a grabbing
62
stack.
63
'
64
.TP
65
\fBtixPopGrab\fR
66
'
67
\fBtixPopGrab\fR pops the top-most element from the grabbing stack and
68
release its grab. If the grabbing stack is not empty, then
69
\fBtixPopGrab\fR will execute grab(n) on the current top-most element
70
in the grabbing stack.
71
'
72
.SH NOTES
73
.PP
74
Some Tix widgets (for example, tixComboBox and tixPanedWindow) grabs
75
the screen on certain occasions using \fBtixPushGrab\fR and
76
\fBtixPopGrab\fR. Therefore, if you need to grab the screen when these
77
widgets are present, you should also call \fBtixPushGrab\fR and
78
\fBtixPopGrab\fR in place of the Tk \fBgrab\fR and \fBgrab release\fR
79
commands. Otherwise, the behavior of these widgets may be undefined.
80
'
81
.SH KEYWORDS
82
Tix(n),grab(n)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.