arcadia 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +126 -123
- data/arcadia.rb +770 -756
- data/base/a-contracts.rb +130 -93
- data/base/a-ext.rb +280 -280
- data/base/a-libs.rb +5 -11
- data/base/a-utils.rb +235 -44
- data/conf/arcadia.conf +20 -16
- data/conf/arcadia.init.rb +0 -0
- data/conf/arcadia.res.rb +74 -0
- data/ext/ae-complete-code/ae-complete-code.conf +0 -0
- data/ext/ae-complete-code/ae-complete-code.rb +80 -79
- data/ext/ae-debug/ae-debug.conf +0 -0
- data/ext/ae-debug/ae-debug.rb +2 -6
- data/ext/ae-debug/debug1.57.rb +0 -0
- data/ext/ae-doc-code/ae-doc-code.conf +15 -0
- data/ext/ae-doc-code/ae-doc-code.rb +289 -0
- data/ext/ae-editor/ae-editor.conf +17 -8
- data/ext/ae-editor/ae-editor.rb +738 -396
- data/ext/ae-event-log/ae-event-log.conf +0 -0
- data/ext/ae-event-log/ae-event-log.rb +0 -0
- data/ext/ae-file-history/ae-file-history.conf +2 -2
- data/ext/ae-file-history/ae-file-history.rb +286 -290
- data/ext/ae-inspector/ae-inspector.conf +0 -0
- data/ext/ae-inspector/ae-inspector.rb +0 -0
- data/ext/ae-output-event/ae-output-event.conf +2 -2
- data/ext/ae-output/ae-output.conf +2 -2
- data/ext/ae-output/ae-output.rb +173 -178
- data/ext/ae-palette/ae-palette.conf +0 -0
- data/ext/ae-palette/ae-palette.rb +0 -0
- data/ext/ae-shell/ae-shell.conf +0 -0
- data/ext/ae-shell/ae-shell.rb +54 -54
- data/lib/tk/al-tk.rb +3076 -3082
- data/lib/tk/al-tk.res.rb +0 -0
- data/lib/tk/al-tkarcadia.rb +0 -0
- data/lib/tk/al-tkcustom.rb +0 -0
- data/lib/tkext/al-bwidget.rb +0 -0
- data/lib/tkext/al-iwidgets.rb +0 -0
- data/lib/tkext/al-tile.rb +0 -0
- data/lib/tkext/al-tktable.rb +0 -0
- data/tcl/BWidget-1.8.0/BWman/ArrowButton.html +276 -0
- data/tcl/BWidget-1.8.0/BWman/BWidget.html +228 -0
- data/tcl/BWidget-1.8.0/BWman/Button.html +273 -0
- data/tcl/BWidget-1.8.0/BWman/ButtonBox.html +264 -0
- data/tcl/BWidget-1.8.0/BWman/ComboBox.html +402 -0
- data/tcl/BWidget-1.8.0/BWman/Dialog.html +314 -0
- data/tcl/BWidget-1.8.0/BWman/DragSite.html +139 -0
- data/tcl/BWidget-1.8.0/BWman/DropSite.html +254 -0
- data/tcl/BWidget-1.8.0/BWman/DynamicHelp.html +248 -0
- data/tcl/BWidget-1.8.0/BWman/Entry.html +341 -0
- data/tcl/BWidget-1.8.0/BWman/Label.html +331 -0
- data/tcl/BWidget-1.8.0/BWman/LabelEntry.html +194 -0
- data/tcl/BWidget-1.8.0/BWman/LabelFrame.html +144 -0
- data/tcl/BWidget-1.8.0/BWman/ListBox.html +678 -0
- data/tcl/BWidget-1.8.0/BWman/MainFrame.html +283 -0
- data/tcl/BWidget-1.8.0/BWman/MessageDlg.html +218 -0
- data/tcl/BWidget-1.8.0/BWman/NoteBook.html +374 -0
- data/tcl/BWidget-1.8.0/BWman/PagesManager.html +180 -0
- data/tcl/BWidget-1.8.0/BWman/PanedWindow.html +142 -0
- data/tcl/BWidget-1.8.0/BWman/PanelFrame.html +153 -0
- data/tcl/BWidget-1.8.0/BWman/PasswdDlg.html +214 -0
- data/tcl/BWidget-1.8.0/BWman/ProgressBar.html +152 -0
- data/tcl/BWidget-1.8.0/BWman/ProgressDlg.html +145 -0
- data/tcl/BWidget-1.8.0/BWman/ScrollView.html +130 -0
- data/tcl/BWidget-1.8.0/BWman/ScrollableFrame.html +191 -0
- data/tcl/BWidget-1.8.0/BWman/ScrolledWindow.html +116 -0
- data/tcl/BWidget-1.8.0/BWman/SelectColor.html +164 -0
- data/tcl/BWidget-1.8.0/BWman/SelectFont.html +152 -0
- data/tcl/BWidget-1.8.0/BWman/Separator.html +77 -0
- data/tcl/BWidget-1.8.0/BWman/SpinBox.html +250 -0
- data/tcl/BWidget-1.8.0/BWman/StatusBar.html +147 -0
- data/tcl/BWidget-1.8.0/BWman/TitleFrame.html +107 -0
- data/tcl/BWidget-1.8.0/BWman/Tree.html +947 -0
- data/tcl/BWidget-1.8.0/BWman/Widget.html +502 -0
- data/tcl/BWidget-1.8.0/BWman/contents.html +84 -0
- data/tcl/BWidget-1.8.0/BWman/index.html +7 -0
- data/tcl/BWidget-1.8.0/BWman/navtree.html +41 -0
- data/tcl/BWidget-1.8.0/BWman/options.htm +458 -0
- data/tcl/BWidget-1.8.0/CHANGES.txt +266 -0
- data/tcl/BWidget-1.8.0/ChangeLog +1641 -0
- data/tcl/BWidget-1.8.0/LICENSE.txt +41 -0
- data/tcl/BWidget-1.8.0/README.txt +127 -0
- data/tcl/BWidget-1.8.0/arrow.tcl +551 -0
- data/tcl/BWidget-1.8.0/bitmap.tcl +94 -0
- data/tcl/BWidget-1.8.0/button.tcl +324 -0
- data/tcl/BWidget-1.8.0/buttonbox.tcl +403 -0
- data/tcl/BWidget-1.8.0/color.tcl +493 -0
- data/tcl/BWidget-1.8.0/combobox.tcl +809 -0
- data/tcl/BWidget-1.8.0/demo/basic.tcl +199 -0
- data/tcl/BWidget-1.8.0/demo/bwidget.xbm +46 -0
- data/tcl/BWidget-1.8.0/demo/demo.tcl +212 -0
- data/tcl/BWidget-1.8.0/demo/dnd.tcl +42 -0
- data/tcl/BWidget-1.8.0/demo/manager.tcl +141 -0
- data/tcl/BWidget-1.8.0/demo/select.tcl +59 -0
- data/tcl/BWidget-1.8.0/demo/tmpldlg.tcl +214 -0
- data/tcl/BWidget-1.8.0/demo/tree.tcl +260 -0
- data/tcl/BWidget-1.8.0/demo/x1.xbm +2258 -0
- data/tcl/BWidget-1.8.0/dialog.tcl +345 -0
- data/tcl/BWidget-1.8.0/dragsite.tcl +197 -0
- data/tcl/BWidget-1.8.0/dropsite.tcl +455 -0
- data/tcl/BWidget-1.8.0/dynhelp.tcl +625 -0
- data/tcl/BWidget-1.8.0/entry.tcl +469 -0
- data/tcl/BWidget-1.8.0/font.tcl +566 -0
- data/tcl/BWidget-1.8.0/images/bold.gif +0 -0
- data/tcl/BWidget-1.8.0/images/copy.gif +0 -0
- data/tcl/BWidget-1.8.0/images/cut.gif +0 -0
- data/tcl/BWidget-1.8.0/images/dragfile.gif +0 -0
- data/tcl/BWidget-1.8.0/images/dragicon.gif +0 -0
- data/tcl/BWidget-1.8.0/images/error.gif +0 -0
- data/tcl/BWidget-1.8.0/images/file.gif +0 -0
- data/tcl/BWidget-1.8.0/images/folder.gif +0 -0
- data/tcl/BWidget-1.8.0/images/hourglass.gif +0 -0
- data/tcl/BWidget-1.8.0/images/info.gif +0 -0
- data/tcl/BWidget-1.8.0/images/italic.gif +0 -0
- data/tcl/BWidget-1.8.0/images/minus.xbm +5 -0
- data/tcl/BWidget-1.8.0/images/new.gif +0 -0
- data/tcl/BWidget-1.8.0/images/opcopy.xbm +5 -0
- data/tcl/BWidget-1.8.0/images/open.gif +0 -0
- data/tcl/BWidget-1.8.0/images/openfold.gif +0 -0
- data/tcl/BWidget-1.8.0/images/oplink.xbm +5 -0
- data/tcl/BWidget-1.8.0/images/opmove.xbm +5 -0
- data/tcl/BWidget-1.8.0/images/overstrike.gif +0 -0
- data/tcl/BWidget-1.8.0/images/palette.gif +0 -0
- data/tcl/BWidget-1.8.0/images/passwd.gif +0 -0
- data/tcl/BWidget-1.8.0/images/paste.gif +0 -0
- data/tcl/BWidget-1.8.0/images/plus.xbm +5 -0
- data/tcl/BWidget-1.8.0/images/print.gif +0 -0
- data/tcl/BWidget-1.8.0/images/question.gif +0 -0
- data/tcl/BWidget-1.8.0/images/redo.gif +0 -0
- data/tcl/BWidget-1.8.0/images/save.gif +0 -0
- data/tcl/BWidget-1.8.0/images/target.xbm +9 -0
- data/tcl/BWidget-1.8.0/images/underline.gif +0 -0
- data/tcl/BWidget-1.8.0/images/undo.gif +0 -0
- data/tcl/BWidget-1.8.0/images/warning.gif +0 -0
- data/tcl/BWidget-1.8.0/init.tcl +40 -0
- data/tcl/BWidget-1.8.0/label.tcl +271 -0
- data/tcl/BWidget-1.8.0/labelentry.tcl +100 -0
- data/tcl/BWidget-1.8.0/labelframe.tcl +160 -0
- data/tcl/BWidget-1.8.0/lang/da.rc +52 -0
- data/tcl/BWidget-1.8.0/lang/de.rc +52 -0
- data/tcl/BWidget-1.8.0/lang/en.rc +52 -0
- data/tcl/BWidget-1.8.0/lang/es.rc +53 -0
- data/tcl/BWidget-1.8.0/lang/fr.rc +52 -0
- data/tcl/BWidget-1.8.0/listbox.tcl +1638 -0
- data/tcl/BWidget-1.8.0/mainframe.tcl +711 -0
- data/tcl/BWidget-1.8.0/messagedlg.tcl +128 -0
- data/tcl/BWidget-1.8.0/notebook.tcl +1164 -0
- data/tcl/BWidget-1.8.0/pagesmgr.tcl +294 -0
- data/tcl/BWidget-1.8.0/panedw.tcl +381 -0
- data/tcl/BWidget-1.8.0/panelframe.tcl +246 -0
- data/tcl/BWidget-1.8.0/passwddlg.tcl +178 -0
- data/tcl/BWidget-1.8.0/pkgIndex.tcl +47 -0
- data/tcl/BWidget-1.8.0/progressbar.tcl +208 -0
- data/tcl/BWidget-1.8.0/progressdlg.tcl +87 -0
- data/tcl/BWidget-1.8.0/scrollframe.tcl +226 -0
- data/tcl/BWidget-1.8.0/scrollview.tcl +254 -0
- data/tcl/BWidget-1.8.0/scrollw.tcl +280 -0
- data/tcl/BWidget-1.8.0/separator.tcl +75 -0
- data/tcl/BWidget-1.8.0/spinbox.tcl +331 -0
- data/tcl/BWidget-1.8.0/statusbar.tcl +422 -0
- data/tcl/BWidget-1.8.0/tests/entry.test +173 -0
- data/tcl/BWidget-1.8.0/titleframe.tcl +170 -0
- data/tcl/BWidget-1.8.0/tree.tcl +2228 -0
- data/tcl/BWidget-1.8.0/utils.tcl +645 -0
- data/tcl/BWidget-1.8.0/widget.tcl +1576 -0
- data/tcl/BWidget-1.8.0/wizard.tcl +1028 -0
- data/tcl/BWidget-1.8.0/xpm2image.tcl +115 -0
- metadata +141 -5
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
<HTML>
|
|
2
|
+
<HEAD><TITLE>PanedWindow</TITLE></HEAD>
|
|
3
|
+
<BODY BGCOLOR=white>
|
|
4
|
+
<DL><DT><I><A HREF="#descr">NAME</A></I></DT>
|
|
5
|
+
<DD><B>PanedWindow</B>
|
|
6
|
+
- Tiled layout manager widget
|
|
7
|
+
</DD></DL>
|
|
8
|
+
<DL>
|
|
9
|
+
<DT><I>CREATION</I></DT>
|
|
10
|
+
<DD><A HREF="#descr"><B>PanedWindow</B></A> <I>pathName</I> ?<I>option value...</I>?</DD>
|
|
11
|
+
</DL>
|
|
12
|
+
<DL>
|
|
13
|
+
<DT><I>STANDARD OPTIONS</I></DT>
|
|
14
|
+
<DD><TABLE CELLSPACING=0 CELLSPACING=0 BORDER=0>
|
|
15
|
+
<TR>
|
|
16
|
+
<TD> <A HREF="options.htm#M-background">-background or -bg</A></TD>
|
|
17
|
+
</TABLE></DD>
|
|
18
|
+
</DL>
|
|
19
|
+
<DL>
|
|
20
|
+
<DT><I><A HREF="#wso">WIDGET-SPECIFIC OPTIONS</A></I></DT>
|
|
21
|
+
<DD><TABLE CELLSPACING=0 CELLSPACING=0 BORDER=0>
|
|
22
|
+
<TR>
|
|
23
|
+
<TD> <A HREF="#-pad">-pad</A></TR>
|
|
24
|
+
<TD> <A HREF="#-side">-side</A></TR>
|
|
25
|
+
</TR>
|
|
26
|
+
<TR>
|
|
27
|
+
<TD> <A HREF="#-weights">-weights</A></TR>
|
|
28
|
+
<TD> <A HREF="#-width">-width</A></TR>
|
|
29
|
+
</TABLE></DD>
|
|
30
|
+
</DL>
|
|
31
|
+
<DL>
|
|
32
|
+
<DT><I><A HREF="#wc">WIDGET COMMAND</A></I></DT>
|
|
33
|
+
<DD><I>pathName</I> <A HREF="#add"><B>add</B></A>
|
|
34
|
+
?<I>option value...</I>?
|
|
35
|
+
</DD>
|
|
36
|
+
<DD><I>pathName</I> <A HREF="#cget"><B>cget</B></A>
|
|
37
|
+
<I>option</I>
|
|
38
|
+
</DD>
|
|
39
|
+
<DD><I>pathName</I> <A HREF="#configure"><B>configure</B></A>
|
|
40
|
+
?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
|
|
41
|
+
</DD>
|
|
42
|
+
<DD><I>pathName</I> <A HREF="#getframe"><B>getframe</B></A>
|
|
43
|
+
<I>index</I>
|
|
44
|
+
</DD>
|
|
45
|
+
</DL>
|
|
46
|
+
<BR><HR WIDTH="100%"><BR>
|
|
47
|
+
<B><A NAME="descr"></A>DESCRIPTION</B><BR>
|
|
48
|
+
<P>
|
|
49
|
+
|
|
50
|
+
PanedWindow is a widget that lays out children in
|
|
51
|
+
a vertically or horizontally tiled format.
|
|
52
|
+
The user can adjust the size of the panes, with a pane control sash created
|
|
53
|
+
between children.
|
|
54
|
+
</P>
|
|
55
|
+
<BR><HR WIDTH="50%"><BR>
|
|
56
|
+
<B><A NAME="wso">WIDGET-SPECIFIC OPTIONS</A></B><BR>
|
|
57
|
+
<DL><DT><A NAME="-pad"><B>-pad (read-only)</B></A></DT>
|
|
58
|
+
<DD>
|
|
59
|
+
|
|
60
|
+
Specifies additional space between the button of the sash and children.
|
|
61
|
+
|
|
62
|
+
</DD>
|
|
63
|
+
</DL>
|
|
64
|
+
<DL><DT><A NAME="-side"><B>-side (read-only)</B></A></DT>
|
|
65
|
+
<DD>
|
|
66
|
+
|
|
67
|
+
Specifies the side of the sash, which implies the layout: <B>top</B> or <B>bottom</B>
|
|
68
|
+
(horizontal layout), <B>left</B> or <B>right</B> (vertical layout).
|
|
69
|
+
</DD>
|
|
70
|
+
</DL>
|
|
71
|
+
<DL><DT><A NAME="-weights"><B>-weights (read-only)</B></A></DT>
|
|
72
|
+
<DD>
|
|
73
|
+
|
|
74
|
+
Specifies how the weights specified when adding panes should be used. Must be
|
|
75
|
+
<B>extra</B> or <B>available</B>. When using <I>extra</I>, only extra space is
|
|
76
|
+
devided among the diffferent panes relative to their weight. When using
|
|
77
|
+
<I>available</I>, all space is devided among the diffferent panes relative to
|
|
78
|
+
their weight. Default value for <B>weights</B> is <I>extra</I>.
|
|
79
|
+
|
|
80
|
+
</DD>
|
|
81
|
+
</DL>
|
|
82
|
+
<DL><DT><A NAME="-width"><B>-width (read-only)</B></A></DT>
|
|
83
|
+
<DD>
|
|
84
|
+
|
|
85
|
+
Specifies the width of the button of the sash.
|
|
86
|
+
|
|
87
|
+
</DD>
|
|
88
|
+
</DL>
|
|
89
|
+
<HR WIDTH="50%"><BR>
|
|
90
|
+
<B><A NAME="wc">WIDGET COMMAND</A></B><BR>
|
|
91
|
+
<DL><DT><A NAME="add"><I>pathName</I> <B>add</B></A>
|
|
92
|
+
?<I>option value...</I>?
|
|
93
|
+
</DT><DD>
|
|
94
|
+
|
|
95
|
+
This command add a new pane. The new pane is placed below the previous pane for
|
|
96
|
+
vertical layout or at right for horizontal layout. This command returns a frame
|
|
97
|
+
where user can place its widget. Valid options are:
|
|
98
|
+
<P>
|
|
99
|
+
<DL><DT><A NAME="Pane-minsize"><B>-minsize</B></A></DT>
|
|
100
|
+
<DD>
|
|
101
|
+
|
|
102
|
+
Specifies the minimum size requested for the pane.
|
|
103
|
+
See the <B>grid</B> command for more information.
|
|
104
|
+
</DD>
|
|
105
|
+
</DL>
|
|
106
|
+
<DL><DT><A NAME="Pane-weight"><B>-weight</B></A></DT>
|
|
107
|
+
<DD>
|
|
108
|
+
|
|
109
|
+
Specifies the relative weight for apportioning any extra spaces among panes.
|
|
110
|
+
See the <B>grid</B> command for more information.
|
|
111
|
+
</DD>
|
|
112
|
+
</DL>
|
|
113
|
+
</DD></DL>
|
|
114
|
+
<DL><DT><A NAME="cget"><I>pathName</I> <B>cget</B></A>
|
|
115
|
+
<I>option</I>
|
|
116
|
+
</DT><DD>
|
|
117
|
+
|
|
118
|
+
Returns the current value of the configuration option given by <I>option</I>.
|
|
119
|
+
<I>Option</I> may have any of the values accepted by the creation command.
|
|
120
|
+
</DD></DL>
|
|
121
|
+
<DL><DT><A NAME="configure"><I>pathName</I> <B>configure</B></A>
|
|
122
|
+
?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
|
|
123
|
+
</DT><DD>
|
|
124
|
+
|
|
125
|
+
Query or modify the configuration options of the widget. If no <I>option</I> is specified,
|
|
126
|
+
returns a list describing all of the available options for <I>pathName</I>.
|
|
127
|
+
If <I>option</I> is specified with no <I>value</I>, then the command returns a list
|
|
128
|
+
describing the one named <I>option</I> (this list will be identical to the corresponding
|
|
129
|
+
sublist of the value returned if no <I>option</I> is specified). If one or
|
|
130
|
+
more <I>option-value</I> pairs are specified, then the command modifies the given widget
|
|
131
|
+
option(s) to have the given value(s); in this case the command returns an empty string.
|
|
132
|
+
<I>Option</I> may have any of the values accepted by the creation command.
|
|
133
|
+
Read-only options are not be modified.
|
|
134
|
+
|
|
135
|
+
</DD></DL>
|
|
136
|
+
<DL><DT><A NAME="getframe"><I>pathName</I> <B>getframe</B></A>
|
|
137
|
+
<I>index</I>
|
|
138
|
+
</DT><DD>
|
|
139
|
+
|
|
140
|
+
Returns the pathname of the <I>index</I>th added pane.
|
|
141
|
+
</DD></DL>
|
|
142
|
+
</BODY></HTML>
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
<HTML>
|
|
2
|
+
<HEAD><TITLE>PanelFrame</TITLE></HEAD>
|
|
3
|
+
<BODY BGCOLOR=white>
|
|
4
|
+
<DL><DT><I><A HREF="#descr">NAME</A></I></DT>
|
|
5
|
+
<DD><B>PanelFrame</B>
|
|
6
|
+
- Frame with a boxed title area
|
|
7
|
+
</DD></DL>
|
|
8
|
+
<DL>
|
|
9
|
+
<DT><I>CREATION</I></DT>
|
|
10
|
+
<DD><A HREF="#descr"><B>PanelFrame</B></A> <I>pathName</I> ?<I>option value...</I>?</DD>
|
|
11
|
+
</DL>
|
|
12
|
+
<DL>
|
|
13
|
+
<DT><I>STANDARD OPTIONS</I></DT>
|
|
14
|
+
<DD><TABLE CELLSPACING=0 CELLSPACING=0 BORDER=0>
|
|
15
|
+
<TR>
|
|
16
|
+
<TD> <A HREF="options.htm#M-background">-background or -bg</A></TD>
|
|
17
|
+
<TD> <A HREF="options.htm#M-borderwidth">-borderwidth or -bd</A></TD>
|
|
18
|
+
</TR>
|
|
19
|
+
<TR>
|
|
20
|
+
<TD> <A HREF="options.htm#M-text">-text</A></TR>
|
|
21
|
+
<TD> <A HREF="options.htm#M-textvariable">-textvariable</A></TR>
|
|
22
|
+
</TR>
|
|
23
|
+
<TR>
|
|
24
|
+
<TD> <A HREF="options.htm#M-font">-font</A></TD>
|
|
25
|
+
<TD> <A HREF="options.htm#M-relief">-relief</A></TD>
|
|
26
|
+
</TR>
|
|
27
|
+
</TABLE></DD>
|
|
28
|
+
</DL>
|
|
29
|
+
<DL>
|
|
30
|
+
<DT><I><A HREF="#wso">WIDGET-SPECIFIC OPTIONS</A></I></DT>
|
|
31
|
+
<DD><TABLE CELLSPACING=0 CELLSPACING=0 BORDER=0>
|
|
32
|
+
<TR>
|
|
33
|
+
<TD> <A HREF="#-height">-height</A></TR>
|
|
34
|
+
<TD> <A HREF="#-width">-width</A></TR>
|
|
35
|
+
</TR>
|
|
36
|
+
<TR>
|
|
37
|
+
<TD> <A HREF="#-panelbackground">-panelbackground</A></TD>
|
|
38
|
+
<TD> <A HREF="#-panelforeground">-panelforeground</A></TR>
|
|
39
|
+
</TR>
|
|
40
|
+
<TR>
|
|
41
|
+
<TD> <A HREF="#-ipad">-ipad</A></TR>
|
|
42
|
+
</TR>
|
|
43
|
+
</TABLE></DD>
|
|
44
|
+
</DL>
|
|
45
|
+
<DL>
|
|
46
|
+
<DT><I><A HREF="#wc">WIDGET COMMAND</A></I></DT>
|
|
47
|
+
<DD><I>pathName</I> <A HREF="#cget"><B>cget</B></A>
|
|
48
|
+
<I>option</I>
|
|
49
|
+
</DD>
|
|
50
|
+
<DD><I>pathName</I> <A HREF="#configure"><B>configure</B></A>
|
|
51
|
+
?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
|
|
52
|
+
</DD>
|
|
53
|
+
</DL>
|
|
54
|
+
<BR><HR WIDTH="100%"><BR>
|
|
55
|
+
<B><A NAME="descr"></A>DESCRIPTION</B><BR>
|
|
56
|
+
|
|
57
|
+
<P>
|
|
58
|
+
PanelFrame creates a frame area with a boxed title area. The boxed title
|
|
59
|
+
area contains a label ands allows for other items to be placed in it. This
|
|
60
|
+
can serve like a mini-toolbar.
|
|
61
|
+
</P>
|
|
62
|
+
|
|
63
|
+
<BR><HR WIDTH="50%"><BR>
|
|
64
|
+
<B><A NAME="wso">WIDGET-SPECIFIC OPTIONS</A></B><BR>
|
|
65
|
+
<DL><DT><A NAME="-height"><B>-height</B></A></DT>
|
|
66
|
+
<DD>
|
|
67
|
+
Specifies the desired height for the widget.
|
|
68
|
+
</DD>
|
|
69
|
+
<DT><A NAME="-ipad"><B>-ipad</B></A></DT>
|
|
70
|
+
<DD>
|
|
71
|
+
The spacing to place around individual panel area items.
|
|
72
|
+
</DD>
|
|
73
|
+
<DT><A NAME="-panelbackground"><B>-panelbackground</B></A></DT>
|
|
74
|
+
<DD>
|
|
75
|
+
The color for the panel area background.
|
|
76
|
+
Defaults to the selection highlight background color.
|
|
77
|
+
</DD>
|
|
78
|
+
<DT><A NAME="-panelforeground"><B>-panelforeground</B></A></DT>
|
|
79
|
+
<DD>
|
|
80
|
+
The color for the title text.
|
|
81
|
+
Defaults to the selection highlight foreground color.
|
|
82
|
+
</DD>
|
|
83
|
+
<DT><A NAME="-width"><B>-width</B></A></DT>
|
|
84
|
+
<DD>
|
|
85
|
+
Specifies the desired width for the widget.
|
|
86
|
+
</DD>
|
|
87
|
+
</DL>
|
|
88
|
+
|
|
89
|
+
<HR WIDTH="50%"><BR>
|
|
90
|
+
<B><A NAME="wc">WIDGET COMMAND</A></B><BR>
|
|
91
|
+
<DL><DT><A NAME="add"><I>pathName</I> <B>add</B></A> <B>widget</B>
|
|
92
|
+
?<I>option</I> <I>value</I> <I>option</I> <I>value</I> ...?
|
|
93
|
+
</DT><DD>
|
|
94
|
+
Add a widget to the panel. Widgets are <B>pack</B>ed in.
|
|
95
|
+
Possible options are:
|
|
96
|
+
<DL>
|
|
97
|
+
<DT><B>-side</B></DT>
|
|
98
|
+
<DD>Side to place item on (defaults to <B>right</B>).</DD>
|
|
99
|
+
<DT><B>-fill</B></DT>
|
|
100
|
+
<DD>Whether to fill space (defaults to <B>none</B>).</DD>
|
|
101
|
+
<DT><B>-expand</B></DT>
|
|
102
|
+
<DD>Whether to expand space (defaults to <B>0</B>).</DD>
|
|
103
|
+
<DT><B>-pad</B></DT>
|
|
104
|
+
<DD>Override of the widget's <B>-ipad</B> option for this item.</DD>
|
|
105
|
+
</DL>
|
|
106
|
+
</DD>
|
|
107
|
+
</DL>
|
|
108
|
+
<DL><DT><A NAME="cget"><I>pathName</I> <B>cget</B></A>
|
|
109
|
+
<I>option</I>
|
|
110
|
+
</DT><DD>
|
|
111
|
+
Returns the current value of the configuration option given by <I>option</I>.
|
|
112
|
+
<I>Option</I> may have any of the values accepted by the creation command.
|
|
113
|
+
</DD>
|
|
114
|
+
</DL>
|
|
115
|
+
<DL><DT><A NAME="configure"><I>pathName</I> <B>configure</B></A>
|
|
116
|
+
?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
|
|
117
|
+
</DT><DD>
|
|
118
|
+
|
|
119
|
+
Query or modify the configuration options of the widget. If no
|
|
120
|
+
<I>option</I> is specified, returns a list describing all of the available
|
|
121
|
+
options for <I>pathName</I>. If <I>option</I> is specified with no
|
|
122
|
+
<I>value</I>, then the command returns a list describing the one named
|
|
123
|
+
<I>option</I> (this list will be identical to the corresponding sublist of
|
|
124
|
+
the value returned if no <I>option</I> is specified). If one or more
|
|
125
|
+
<I>option-value</I> pairs are specified, then the command modifies the
|
|
126
|
+
given widget option(s) to have the given value(s); in this case the command
|
|
127
|
+
returns an empty string.
|
|
128
|
+
<I>Option</I> may have any of the values accepted by the creation command.
|
|
129
|
+
Read-only options are not be modified.
|
|
130
|
+
</DD>
|
|
131
|
+
</DL>
|
|
132
|
+
<DL><DT><A NAME="delete"><I>pathName</I> <B>delete</B></A>
|
|
133
|
+
<B>widget</B> ?<I>widget</I> ...?
|
|
134
|
+
</DT><DD>
|
|
135
|
+
Delete a widget and associated state from the panel.</DD>
|
|
136
|
+
</DL>
|
|
137
|
+
<DL><DT><A NAME="getframe"><I>pathName</I> <B>getframe</B></A>
|
|
138
|
+
</DT><DD>
|
|
139
|
+
Get the frame widget for the status bar in which status bar items should be
|
|
140
|
+
created.</DD>
|
|
141
|
+
</DD>
|
|
142
|
+
</DL>
|
|
143
|
+
<DL><DT><A NAME="items"><I>pathName</I> <B>items</B></A>
|
|
144
|
+
</DT><DD>List of items in the status bar.</DD>
|
|
145
|
+
<DL>
|
|
146
|
+
<DL><DT><A NAME="remove"><I>pathName</I> <B>remove</B></A>
|
|
147
|
+
<B>widget</B> ?<I>widget</I> ...?
|
|
148
|
+
</DT><DD>
|
|
149
|
+
Remove a widget item and associated state from the panel without destroying
|
|
150
|
+
the item.</DD>
|
|
151
|
+
</DL>
|
|
152
|
+
|
|
153
|
+
</BODY></HTML>
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
<HTML>
|
|
2
|
+
<HEAD><TITLE>PasswdDlg</TITLE></HEAD>
|
|
3
|
+
<BODY BGCOLOR=white>
|
|
4
|
+
<DL><DT><I><A HREF="#descr">NAME</A></I></DT>
|
|
5
|
+
<DD><B>PasswdDlg</B>
|
|
6
|
+
- Login/Password dialog box
|
|
7
|
+
</DD></DL>
|
|
8
|
+
<DL>
|
|
9
|
+
<DT><I>CREATION</I></DT>
|
|
10
|
+
<DD><A HREF="#descr"><B>PasswdDlg</B></A> <I>pathName</I> ?<I>option value...</I>?</DD>
|
|
11
|
+
</DL>
|
|
12
|
+
<DL>
|
|
13
|
+
<DT><I><A HREF="Dialog.html">OPTIONS from <B>Dialog</B></A></I></DT>
|
|
14
|
+
<DD><TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0>
|
|
15
|
+
<TR>
|
|
16
|
+
<TD> -anchor</TD>
|
|
17
|
+
<TD> -background or -bg</TD>
|
|
18
|
+
</TR>
|
|
19
|
+
<TR>
|
|
20
|
+
<TD> -homogeneous</TD>
|
|
21
|
+
<TD> -modal</TD>
|
|
22
|
+
</TR>
|
|
23
|
+
<TR>
|
|
24
|
+
<TD> -padx</TD>
|
|
25
|
+
<TD> -pady</TD>
|
|
26
|
+
</TR>
|
|
27
|
+
<TR>
|
|
28
|
+
<TD> -parent</TD>
|
|
29
|
+
<TD> -spacing</TD>
|
|
30
|
+
</TR>
|
|
31
|
+
<TR>
|
|
32
|
+
<TD> -title</TD>
|
|
33
|
+
</TABLE></DD>
|
|
34
|
+
</DL>
|
|
35
|
+
<DL>
|
|
36
|
+
<DT><I><A HREF="LabelEntry.html">OPTIONS from <B>LabelEntry</B></A></I></DT>
|
|
37
|
+
<DD><TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0>
|
|
38
|
+
<TR>
|
|
39
|
+
<TD> -background or -bg</TD>
|
|
40
|
+
<TD> -borderwidth or -bd</TD>
|
|
41
|
+
</TR>
|
|
42
|
+
<TR>
|
|
43
|
+
<TD> -disabledforeground</TD>
|
|
44
|
+
<TD> -entrybg</TD>
|
|
45
|
+
</TR>
|
|
46
|
+
<TR>
|
|
47
|
+
<TD> -entryfg</TD>
|
|
48
|
+
<TD> -exportselection</TD>
|
|
49
|
+
</TR>
|
|
50
|
+
<TR>
|
|
51
|
+
<TD> -font</TD>
|
|
52
|
+
<TD> -foreground or -fg</TD>
|
|
53
|
+
</TR>
|
|
54
|
+
<TR>
|
|
55
|
+
<TD> -helptype</TD>
|
|
56
|
+
<TD> -highlightbackground</TD>
|
|
57
|
+
</TR>
|
|
58
|
+
<TR>
|
|
59
|
+
<TD> -highlightcolor</TD>
|
|
60
|
+
<TD> -highlightthickness</TD>
|
|
61
|
+
</TR>
|
|
62
|
+
<TR>
|
|
63
|
+
<TD> -insertbackground</TD>
|
|
64
|
+
<TD> -insertborderwidth</TD>
|
|
65
|
+
</TR>
|
|
66
|
+
<TR>
|
|
67
|
+
<TD> -insertofftime</TD>
|
|
68
|
+
<TD> -insertontime</TD>
|
|
69
|
+
</TR>
|
|
70
|
+
<TR>
|
|
71
|
+
<TD> -insertwidth</TD>
|
|
72
|
+
<TD> -labelanchor</TD>
|
|
73
|
+
</TR>
|
|
74
|
+
<TR>
|
|
75
|
+
<TD> -labelfont</TD>
|
|
76
|
+
<TD> -labelheight</TD>
|
|
77
|
+
</TR>
|
|
78
|
+
<TR>
|
|
79
|
+
<TD> -labeljustify</TD>
|
|
80
|
+
<TD> -labelwidth</TD>
|
|
81
|
+
</TR>
|
|
82
|
+
<TR>
|
|
83
|
+
<TD> -loginhelptext (see <B>-helptext</B>)</TD>
|
|
84
|
+
<TD> -loginhelpvar (see <B>-helpvar</B>)</TD>
|
|
85
|
+
</TR>
|
|
86
|
+
<TR>
|
|
87
|
+
<TD> -loginlabel (see <B>-label</B>)</TD>
|
|
88
|
+
<TD> -logintext (see <B>-text</B>)</TD>
|
|
89
|
+
</TR>
|
|
90
|
+
<TR>
|
|
91
|
+
<TD> -logintextvariable (see <B>-textvariable</B>)</TD>
|
|
92
|
+
<TD> -loginunderline (see <B>-underline</B>)</TD>
|
|
93
|
+
</TR>
|
|
94
|
+
<TR>
|
|
95
|
+
<TD> -passwdeditable (see <B>-editable</B>)</TD>
|
|
96
|
+
<TD> -passwdhelptext (see <B>-helptext</B>)</TD>
|
|
97
|
+
</TR>
|
|
98
|
+
<TR>
|
|
99
|
+
<TD> -passwdhelpvar (see <B>-helpvar</B>)</TD>
|
|
100
|
+
<TD> -passwdlabel (see <B>-label</B>)</TD>
|
|
101
|
+
</TR>
|
|
102
|
+
<TR>
|
|
103
|
+
<TD> -passwdstate (see <B>-state</B>)</TD>
|
|
104
|
+
<TD> -passwdtext (see <B>-text</B>)</TD>
|
|
105
|
+
</TR>
|
|
106
|
+
<TR>
|
|
107
|
+
<TD> -passwdtextvariable (see <B>-textvariable</B>)</TD>
|
|
108
|
+
<TD> -passwdunderline (see <B>-underline</B>)</TD>
|
|
109
|
+
</TR>
|
|
110
|
+
<TR>
|
|
111
|
+
<TD> -relief</TD>
|
|
112
|
+
<TD> -selectbackground</TD>
|
|
113
|
+
</TR>
|
|
114
|
+
<TR>
|
|
115
|
+
<TD> -selectborderwidth</TD>
|
|
116
|
+
<TD> -selectforeground</TD>
|
|
117
|
+
</TR>
|
|
118
|
+
<TR>
|
|
119
|
+
<TD> -wraplength</TD>
|
|
120
|
+
</TABLE></DD>
|
|
121
|
+
</DL>
|
|
122
|
+
<DL>
|
|
123
|
+
<DT><I><A HREF="#wso">WIDGET-SPECIFIC OPTIONS</A></I></DT>
|
|
124
|
+
<DD><TABLE CELLSPACING=0 CELLSPACING=0 BORDER=0>
|
|
125
|
+
<TR>
|
|
126
|
+
<TD> <A HREF="#-command">-command</A></TR>
|
|
127
|
+
<TD> <A HREF="#-type">-type</A></TR>
|
|
128
|
+
</TR>
|
|
129
|
+
</TABLE></DD>
|
|
130
|
+
</DL>
|
|
131
|
+
<DL>
|
|
132
|
+
<DT><I><A HREF="#wc">WIDGET COMMAND</A></I></DT>
|
|
133
|
+
<DD><I>pathName</I> <A HREF="#cget"><B>cget</B></A>
|
|
134
|
+
<I>option</I>
|
|
135
|
+
</DD>
|
|
136
|
+
<DD><I>pathName</I> <A HREF="#configure"><B>configure</B></A>
|
|
137
|
+
?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
|
|
138
|
+
</DD>
|
|
139
|
+
</DL>
|
|
140
|
+
<BR><HR WIDTH="100%"><BR>
|
|
141
|
+
<B><A NAME="descr"></A>DESCRIPTION</B><BR>
|
|
142
|
+
<P>
|
|
143
|
+
|
|
144
|
+
PasswdDlg provides a simple way to display a login/password dialog.
|
|
145
|
+
PasswdDlg::<B>create</B> creates the dialog, displays it, and return the value of login
|
|
146
|
+
and password in a list, or an empty list if it is destroyed or user press cancel.
|
|
147
|
+
When returning, the dialog no longer exists.
|
|
148
|
+
<BR>Additionnal resources can be set to modify other text:
|
|
149
|
+
<PRE>
|
|
150
|
+
*loginName Label for login LabelEntry
|
|
151
|
+
*passwordName Label for password LabelEntry
|
|
152
|
+
</PRE>
|
|
153
|
+
|
|
154
|
+
</P>
|
|
155
|
+
<BR><HR WIDTH="50%"><BR>
|
|
156
|
+
<B><A NAME="wso">WIDGET-SPECIFIC OPTIONS</A></B><BR>
|
|
157
|
+
<DL><DT><A NAME="-command"><B>-command</B></A></DT>
|
|
158
|
+
<DD>
|
|
159
|
+
|
|
160
|
+
Specifies a command to call when user press ok button.
|
|
161
|
+
|
|
162
|
+
</DD>
|
|
163
|
+
</DL>
|
|
164
|
+
<DL><DT><A NAME="-type"><B>-type</B></A></DT>
|
|
165
|
+
<DD>
|
|
166
|
+
|
|
167
|
+
Specifies a set of buttons to be displayed. The following values are possible:
|
|
168
|
+
<DD>
|
|
169
|
+
<P>
|
|
170
|
+
<DL COMPACT>
|
|
171
|
+
<DT>
|
|
172
|
+
<B>ok</B>
|
|
173
|
+
<DD>
|
|
174
|
+
Displays one button whose symbolic name is <B>ok</B>.<P>
|
|
175
|
+
<DT>
|
|
176
|
+
<B>okcancel</B>
|
|
177
|
+
<DD>
|
|
178
|
+
Displays two buttons whose symbolic names are <B>ok</B> and <B>cancel</B>.<P>
|
|
179
|
+
</DL COMPACT>
|
|
180
|
+
|
|
181
|
+
</DD>
|
|
182
|
+
</DL>
|
|
183
|
+
|
|
184
|
+
</DD>
|
|
185
|
+
</DL>
|
|
186
|
+
<HR WIDTH="50%"><BR>
|
|
187
|
+
<B><A NAME="wc">WIDGET COMMAND</A></B><BR>
|
|
188
|
+
<DL><DT><A NAME="cget"><I>pathName</I> <B>cget</B></A>
|
|
189
|
+
<I>option</I>
|
|
190
|
+
</DT><DD>
|
|
191
|
+
|
|
192
|
+
Returns the current value of the configuration option given by <I>option</I>.
|
|
193
|
+
<I>Option</I> may have any of the values accepted by the creation command.
|
|
194
|
+
</DD></DL>
|
|
195
|
+
<DL><DT><A NAME="configure"><I>pathName</I> <B>configure</B></A>
|
|
196
|
+
?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
|
|
197
|
+
</DT><DD>
|
|
198
|
+
|
|
199
|
+
Query or modify the configuration options of the widget. If no <I>option</I> is specified,
|
|
200
|
+
returns a list describing all of the available options for <I>pathName</I>.
|
|
201
|
+
If <I>option</I> is specified with no <I>value</I>, then the command returns a list
|
|
202
|
+
describing the one named <I>option</I> (this list will be identical to the corresponding
|
|
203
|
+
sublist of the value returned if no <I>option</I> is specified). If one or
|
|
204
|
+
more <I>option-value</I> pairs are specified, then the command modifies the given widget
|
|
205
|
+
option(s) to have the given value(s); in this case the command returns an empty string.
|
|
206
|
+
<I>Option</I> may have any of the values accepted by the creation command.
|
|
207
|
+
Read-only options are not be modified.
|
|
208
|
+
|
|
209
|
+
</DD></DL>
|
|
210
|
+
<HR>
|
|
211
|
+
|
|
212
|
+
<ADRESS>Stephane Lavirotte <A HREF="mailto:Stephane.Lavirotte@sophia.inria.fr">(Stephane.Lavirotte@sophia.inria.fr)</A></ADRESS>
|
|
213
|
+
|
|
214
|
+
</BODY></HTML>
|