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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
 
2
 
3
 
4
<TITLE>Wm - Tix's addition to the standard TK <B>wm</B></I> command.</TITLE>
5
<Center><H2>Wm - Tix's addition to the standard TK <B>wm</B></I> command.</H2></Center><hr>
6
 
7
</pre><H3>SYNOPSIS</H3>
8
<P>
9
<B>wm<I> capture <I>pathName </I></B>
10
<P>
11
<B>wm<I> release <I>pathName </I></B>
12
<P>
13
</pre><H3>DESCRIPTION</H3>
14
<P>
15
 
16
The <B>wm capture</B></I> and the <B>wm release</B></I> commands change the
17
toplevel attribute of Tk widgets.
18
</pre><H3>COMMAND OPTIONS</H3>
19
<P>
20
<DL>
21
<DT> <B>wm capture <I>pathName</I></B>
22
</I></B>
23
<DD> Converts the toplevel window specified by <I>pathName</I></B> into a non-toplevel
24
widget. Normally this command is called to convert a <B>toplevel</B></I> widget
25
into a <B>frame</B></I> widget. The newly-converted frame widget is
26
un-mapped from the screen. To make it appear inside its parent, you
27
must call a geometry manager (e.g. pack) explictly.
28
</DL>
29
<DL>
30
<DT> <B>wm release <I>pathName</I></B>
31
</I></B>
32
<DD> Makes the non-toplevel window specified by <I>pathName</I></B> into a toplevel
33
widget. Normally this command is called to convert a <B>frame</B></I> widget
34
into a <B>toplevel</B></I> widget, but it can also be used on any
35
non-toplevel widget (e.g, button). The newly-converted toplevel window
36
is automatically mapped to the screen. To prevent it from appearing in
37
the screen, you must call <B>wm withdraw</B></I> immediately after calling
38
<B>wm release</B></I>.
39
</DL>
40
<P>
41
</pre><H3>KEYWORDS</H3>
42
Tix(n)
43
<!Serial 851729151>
44
<hr><i>Last modified Fri Jan 17 23:02:21 EST 1997 </i> ---
45
<i>Serial 853731307</i>

powered by: WebSVN 2.1.0

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