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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [man/] [Wm.n] - Blame information for rev 1765

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 wm tix 4.0
15
.BS
16
'
17
'
18
.SH NAME
19
Wm - Tix's addition to the standard TK \fBwm\fR command.
20
'
21
'
22
'
23
.SH SYNOPSIS
24
.PP
25
\fBwm\fI capture \fIpathName \fR
26
.PP
27
\fBwm\fI release \fIpathName \fR
28
.PP
29
.SH DESCRIPTION
30
.PP
31
 
32
The \fBwm capture\fR and the \fBwm release\fR commands change the
33
toplevel attribute of Tk widgets.
34
.SH COMMAND OPTIONS
35
.PP
36
.TP
37
\fBwm capture \fIpathName\fR
38
'
39
Converts the toplevel window specified by \fIpathName\fR into a non-toplevel
40
widget. Normally this command is called to convert a \fBtoplevel\fR widget
41
into a \fBframe\fR widget. The newly-converted frame widget is
42
un-mapped from the screen. To make it appear inside its parent, you
43
must call a geometry manager (e.g. pack) explictly.
44
'
45
.TP
46
\fBwm release \fIpathName\fR
47
'
48
Makes the non-toplevel window specified by \fIpathName\fR into a toplevel
49
widget. Normally this command is called to convert a \fBframe\fR widget
50
into a \fBtoplevel\fR widget, but it can also be used on any
51
non-toplevel widget (e.g, button). The newly-converted toplevel window
52
is automatically mapped to the screen. To prevent it from appearing in
53
the screen, you must call \fBwm withdraw\fR immediately after calling
54
\fBwm release\fR.
55
'
56
'
57
.PP
58
.SH KEYWORDS
59
Tix(n)

powered by: WebSVN 2.1.0

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