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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [tix/] [man/] [Utils.html] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
 
2
 
3
 
4
<TITLE>Utils - Utility commands in Tix 4.0.</TITLE>
5
<Center><H2>Utils - Utility commands in Tix 4.0.</H2></Center><hr>
6
 
7
</pre><H3>SYNOPSIS</H3>
8
<DL>
9
<DT> <B>tixDescendants<I> <I>pathName</I></B>
10
</DL>
11
<DL>
12
<DT> <B>tixDisableAll <I>pathName</I></B>
13
</DL>
14
<DL>
15
<DT> <B>tixEnableAll <I>pathName</I></B>
16
</DL>
17
<DL>
18
<DT> <B>tixPushGrab</B></I> ?<I>-global</I></B>? <I>window</I></B>
19
</DL>
20
<DL>
21
<DT> <B>tixPopGrab</B></I>
22
</DL>
23
</pre><HR>
24
<P>
25
</pre><H3>DESCRIPTION</H3>
26
<P>
27
<DL>
28
<DT> <B>tixDescendants</B></I> <I>pathName</I></B>
29
</I></B>
30
<DD> Returns a list of all the descendant widgets of <I>pathName</I></B> plus
31
<I>pathName</I></B> itself.
32
</DL>
33
<DL>
34
<DT> <B>tixDisableAll</B></I> <I>pathName</I></B>
35
</I></B>
36
<DD> Disables <I>pathName</I></B> and all its descendants.
37
</DL>
38
<DL>
39
<DT> <B>tixEnableAll</B></I> <I>pathName</I></B>
40
</I></B>
41
<DD> Enables <I>pathName</I></B> and all its descendants.
42
</DL>
43
<DL>
44
<DT> <B>tixPushGrab</B></I> ?<I>-global</I></B>? <I>window</I></B>
45
</I></B>
46
<DD> The <B>tixPushGrab</B></I> and <B>tixPopGrab</B></I> commands allows you to
47
perform "cascade-grabbing". <B>tixPushGrab</B></I> calls the <B>grab(n)</B></I>
48
command on <I>window</I></B> and saves <I>window</I></B> on a grabbing
49
stack.
50
</DL>
51
<DL>
52
<DT> <B>tixPopGrab</B></I>
53
</I></B>
54
<DD> <B>tixPopGrab</B></I> pops the top-most element from the grabbing stack and
55
release its grab. If the grabbing stack is not empty, then
56
<B>tixPopGrab</B></I> will execute grab(n) on the current top-most element
57
in the grabbing stack.
58
</DL>
59
</pre><H3>NOTES</H3>
60
<P>
61
Some Tix widgets (for example, tixComboBox and tixPanedWindow) grabs
62
the screen on certain occasions using <B>tixPushGrab</B></I> and
63
<B>tixPopGrab</B></I>. Therefore, if you need to grab the screen when these
64
widgets are present, you should also call <B>tixPushGrab</B></I> and
65
<B>tixPopGrab</B></I> in place of the Tk <B>grab</B></I> and <B>grab release</B></I>
66
commands. Otherwise, the behavior of these widgets may be undefined.
67
</pre><H3>KEYWORDS</H3>
68
Tix(n),grab(n)
69
<hr><i>Last modified Sun Jan 19 22:34:40 EST 1997 </i> ---
70
<i>Serial 853731306</i>

powered by: WebSVN 2.1.0

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