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.
Files changed (167) hide show
  1. data/README +126 -123
  2. data/arcadia.rb +770 -756
  3. data/base/a-contracts.rb +130 -93
  4. data/base/a-ext.rb +280 -280
  5. data/base/a-libs.rb +5 -11
  6. data/base/a-utils.rb +235 -44
  7. data/conf/arcadia.conf +20 -16
  8. data/conf/arcadia.init.rb +0 -0
  9. data/conf/arcadia.res.rb +74 -0
  10. data/ext/ae-complete-code/ae-complete-code.conf +0 -0
  11. data/ext/ae-complete-code/ae-complete-code.rb +80 -79
  12. data/ext/ae-debug/ae-debug.conf +0 -0
  13. data/ext/ae-debug/ae-debug.rb +2 -6
  14. data/ext/ae-debug/debug1.57.rb +0 -0
  15. data/ext/ae-doc-code/ae-doc-code.conf +15 -0
  16. data/ext/ae-doc-code/ae-doc-code.rb +289 -0
  17. data/ext/ae-editor/ae-editor.conf +17 -8
  18. data/ext/ae-editor/ae-editor.rb +738 -396
  19. data/ext/ae-event-log/ae-event-log.conf +0 -0
  20. data/ext/ae-event-log/ae-event-log.rb +0 -0
  21. data/ext/ae-file-history/ae-file-history.conf +2 -2
  22. data/ext/ae-file-history/ae-file-history.rb +286 -290
  23. data/ext/ae-inspector/ae-inspector.conf +0 -0
  24. data/ext/ae-inspector/ae-inspector.rb +0 -0
  25. data/ext/ae-output-event/ae-output-event.conf +2 -2
  26. data/ext/ae-output/ae-output.conf +2 -2
  27. data/ext/ae-output/ae-output.rb +173 -178
  28. data/ext/ae-palette/ae-palette.conf +0 -0
  29. data/ext/ae-palette/ae-palette.rb +0 -0
  30. data/ext/ae-shell/ae-shell.conf +0 -0
  31. data/ext/ae-shell/ae-shell.rb +54 -54
  32. data/lib/tk/al-tk.rb +3076 -3082
  33. data/lib/tk/al-tk.res.rb +0 -0
  34. data/lib/tk/al-tkarcadia.rb +0 -0
  35. data/lib/tk/al-tkcustom.rb +0 -0
  36. data/lib/tkext/al-bwidget.rb +0 -0
  37. data/lib/tkext/al-iwidgets.rb +0 -0
  38. data/lib/tkext/al-tile.rb +0 -0
  39. data/lib/tkext/al-tktable.rb +0 -0
  40. data/tcl/BWidget-1.8.0/BWman/ArrowButton.html +276 -0
  41. data/tcl/BWidget-1.8.0/BWman/BWidget.html +228 -0
  42. data/tcl/BWidget-1.8.0/BWman/Button.html +273 -0
  43. data/tcl/BWidget-1.8.0/BWman/ButtonBox.html +264 -0
  44. data/tcl/BWidget-1.8.0/BWman/ComboBox.html +402 -0
  45. data/tcl/BWidget-1.8.0/BWman/Dialog.html +314 -0
  46. data/tcl/BWidget-1.8.0/BWman/DragSite.html +139 -0
  47. data/tcl/BWidget-1.8.0/BWman/DropSite.html +254 -0
  48. data/tcl/BWidget-1.8.0/BWman/DynamicHelp.html +248 -0
  49. data/tcl/BWidget-1.8.0/BWman/Entry.html +341 -0
  50. data/tcl/BWidget-1.8.0/BWman/Label.html +331 -0
  51. data/tcl/BWidget-1.8.0/BWman/LabelEntry.html +194 -0
  52. data/tcl/BWidget-1.8.0/BWman/LabelFrame.html +144 -0
  53. data/tcl/BWidget-1.8.0/BWman/ListBox.html +678 -0
  54. data/tcl/BWidget-1.8.0/BWman/MainFrame.html +283 -0
  55. data/tcl/BWidget-1.8.0/BWman/MessageDlg.html +218 -0
  56. data/tcl/BWidget-1.8.0/BWman/NoteBook.html +374 -0
  57. data/tcl/BWidget-1.8.0/BWman/PagesManager.html +180 -0
  58. data/tcl/BWidget-1.8.0/BWman/PanedWindow.html +142 -0
  59. data/tcl/BWidget-1.8.0/BWman/PanelFrame.html +153 -0
  60. data/tcl/BWidget-1.8.0/BWman/PasswdDlg.html +214 -0
  61. data/tcl/BWidget-1.8.0/BWman/ProgressBar.html +152 -0
  62. data/tcl/BWidget-1.8.0/BWman/ProgressDlg.html +145 -0
  63. data/tcl/BWidget-1.8.0/BWman/ScrollView.html +130 -0
  64. data/tcl/BWidget-1.8.0/BWman/ScrollableFrame.html +191 -0
  65. data/tcl/BWidget-1.8.0/BWman/ScrolledWindow.html +116 -0
  66. data/tcl/BWidget-1.8.0/BWman/SelectColor.html +164 -0
  67. data/tcl/BWidget-1.8.0/BWman/SelectFont.html +152 -0
  68. data/tcl/BWidget-1.8.0/BWman/Separator.html +77 -0
  69. data/tcl/BWidget-1.8.0/BWman/SpinBox.html +250 -0
  70. data/tcl/BWidget-1.8.0/BWman/StatusBar.html +147 -0
  71. data/tcl/BWidget-1.8.0/BWman/TitleFrame.html +107 -0
  72. data/tcl/BWidget-1.8.0/BWman/Tree.html +947 -0
  73. data/tcl/BWidget-1.8.0/BWman/Widget.html +502 -0
  74. data/tcl/BWidget-1.8.0/BWman/contents.html +84 -0
  75. data/tcl/BWidget-1.8.0/BWman/index.html +7 -0
  76. data/tcl/BWidget-1.8.0/BWman/navtree.html +41 -0
  77. data/tcl/BWidget-1.8.0/BWman/options.htm +458 -0
  78. data/tcl/BWidget-1.8.0/CHANGES.txt +266 -0
  79. data/tcl/BWidget-1.8.0/ChangeLog +1641 -0
  80. data/tcl/BWidget-1.8.0/LICENSE.txt +41 -0
  81. data/tcl/BWidget-1.8.0/README.txt +127 -0
  82. data/tcl/BWidget-1.8.0/arrow.tcl +551 -0
  83. data/tcl/BWidget-1.8.0/bitmap.tcl +94 -0
  84. data/tcl/BWidget-1.8.0/button.tcl +324 -0
  85. data/tcl/BWidget-1.8.0/buttonbox.tcl +403 -0
  86. data/tcl/BWidget-1.8.0/color.tcl +493 -0
  87. data/tcl/BWidget-1.8.0/combobox.tcl +809 -0
  88. data/tcl/BWidget-1.8.0/demo/basic.tcl +199 -0
  89. data/tcl/BWidget-1.8.0/demo/bwidget.xbm +46 -0
  90. data/tcl/BWidget-1.8.0/demo/demo.tcl +212 -0
  91. data/tcl/BWidget-1.8.0/demo/dnd.tcl +42 -0
  92. data/tcl/BWidget-1.8.0/demo/manager.tcl +141 -0
  93. data/tcl/BWidget-1.8.0/demo/select.tcl +59 -0
  94. data/tcl/BWidget-1.8.0/demo/tmpldlg.tcl +214 -0
  95. data/tcl/BWidget-1.8.0/demo/tree.tcl +260 -0
  96. data/tcl/BWidget-1.8.0/demo/x1.xbm +2258 -0
  97. data/tcl/BWidget-1.8.0/dialog.tcl +345 -0
  98. data/tcl/BWidget-1.8.0/dragsite.tcl +197 -0
  99. data/tcl/BWidget-1.8.0/dropsite.tcl +455 -0
  100. data/tcl/BWidget-1.8.0/dynhelp.tcl +625 -0
  101. data/tcl/BWidget-1.8.0/entry.tcl +469 -0
  102. data/tcl/BWidget-1.8.0/font.tcl +566 -0
  103. data/tcl/BWidget-1.8.0/images/bold.gif +0 -0
  104. data/tcl/BWidget-1.8.0/images/copy.gif +0 -0
  105. data/tcl/BWidget-1.8.0/images/cut.gif +0 -0
  106. data/tcl/BWidget-1.8.0/images/dragfile.gif +0 -0
  107. data/tcl/BWidget-1.8.0/images/dragicon.gif +0 -0
  108. data/tcl/BWidget-1.8.0/images/error.gif +0 -0
  109. data/tcl/BWidget-1.8.0/images/file.gif +0 -0
  110. data/tcl/BWidget-1.8.0/images/folder.gif +0 -0
  111. data/tcl/BWidget-1.8.0/images/hourglass.gif +0 -0
  112. data/tcl/BWidget-1.8.0/images/info.gif +0 -0
  113. data/tcl/BWidget-1.8.0/images/italic.gif +0 -0
  114. data/tcl/BWidget-1.8.0/images/minus.xbm +5 -0
  115. data/tcl/BWidget-1.8.0/images/new.gif +0 -0
  116. data/tcl/BWidget-1.8.0/images/opcopy.xbm +5 -0
  117. data/tcl/BWidget-1.8.0/images/open.gif +0 -0
  118. data/tcl/BWidget-1.8.0/images/openfold.gif +0 -0
  119. data/tcl/BWidget-1.8.0/images/oplink.xbm +5 -0
  120. data/tcl/BWidget-1.8.0/images/opmove.xbm +5 -0
  121. data/tcl/BWidget-1.8.0/images/overstrike.gif +0 -0
  122. data/tcl/BWidget-1.8.0/images/palette.gif +0 -0
  123. data/tcl/BWidget-1.8.0/images/passwd.gif +0 -0
  124. data/tcl/BWidget-1.8.0/images/paste.gif +0 -0
  125. data/tcl/BWidget-1.8.0/images/plus.xbm +5 -0
  126. data/tcl/BWidget-1.8.0/images/print.gif +0 -0
  127. data/tcl/BWidget-1.8.0/images/question.gif +0 -0
  128. data/tcl/BWidget-1.8.0/images/redo.gif +0 -0
  129. data/tcl/BWidget-1.8.0/images/save.gif +0 -0
  130. data/tcl/BWidget-1.8.0/images/target.xbm +9 -0
  131. data/tcl/BWidget-1.8.0/images/underline.gif +0 -0
  132. data/tcl/BWidget-1.8.0/images/undo.gif +0 -0
  133. data/tcl/BWidget-1.8.0/images/warning.gif +0 -0
  134. data/tcl/BWidget-1.8.0/init.tcl +40 -0
  135. data/tcl/BWidget-1.8.0/label.tcl +271 -0
  136. data/tcl/BWidget-1.8.0/labelentry.tcl +100 -0
  137. data/tcl/BWidget-1.8.0/labelframe.tcl +160 -0
  138. data/tcl/BWidget-1.8.0/lang/da.rc +52 -0
  139. data/tcl/BWidget-1.8.0/lang/de.rc +52 -0
  140. data/tcl/BWidget-1.8.0/lang/en.rc +52 -0
  141. data/tcl/BWidget-1.8.0/lang/es.rc +53 -0
  142. data/tcl/BWidget-1.8.0/lang/fr.rc +52 -0
  143. data/tcl/BWidget-1.8.0/listbox.tcl +1638 -0
  144. data/tcl/BWidget-1.8.0/mainframe.tcl +711 -0
  145. data/tcl/BWidget-1.8.0/messagedlg.tcl +128 -0
  146. data/tcl/BWidget-1.8.0/notebook.tcl +1164 -0
  147. data/tcl/BWidget-1.8.0/pagesmgr.tcl +294 -0
  148. data/tcl/BWidget-1.8.0/panedw.tcl +381 -0
  149. data/tcl/BWidget-1.8.0/panelframe.tcl +246 -0
  150. data/tcl/BWidget-1.8.0/passwddlg.tcl +178 -0
  151. data/tcl/BWidget-1.8.0/pkgIndex.tcl +47 -0
  152. data/tcl/BWidget-1.8.0/progressbar.tcl +208 -0
  153. data/tcl/BWidget-1.8.0/progressdlg.tcl +87 -0
  154. data/tcl/BWidget-1.8.0/scrollframe.tcl +226 -0
  155. data/tcl/BWidget-1.8.0/scrollview.tcl +254 -0
  156. data/tcl/BWidget-1.8.0/scrollw.tcl +280 -0
  157. data/tcl/BWidget-1.8.0/separator.tcl +75 -0
  158. data/tcl/BWidget-1.8.0/spinbox.tcl +331 -0
  159. data/tcl/BWidget-1.8.0/statusbar.tcl +422 -0
  160. data/tcl/BWidget-1.8.0/tests/entry.test +173 -0
  161. data/tcl/BWidget-1.8.0/titleframe.tcl +170 -0
  162. data/tcl/BWidget-1.8.0/tree.tcl +2228 -0
  163. data/tcl/BWidget-1.8.0/utils.tcl +645 -0
  164. data/tcl/BWidget-1.8.0/widget.tcl +1576 -0
  165. data/tcl/BWidget-1.8.0/wizard.tcl +1028 -0
  166. data/tcl/BWidget-1.8.0/xpm2image.tcl +115 -0
  167. 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>&nbsp;&nbsp;<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>&nbsp;&nbsp;<A HREF="#-pad">-pad</A></TR>
24
+ <TD>&nbsp;&nbsp;<A HREF="#-side">-side</A></TR>
25
+ </TR>
26
+ <TR>
27
+ <TD>&nbsp;&nbsp;<A HREF="#-weights">-weights</A></TR>
28
+ <TD>&nbsp;&nbsp;<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>&nbsp;&nbsp;<A HREF="options.htm#M-background">-background or -bg</A></TD>
17
+ <TD>&nbsp;&nbsp;<A HREF="options.htm#M-borderwidth">-borderwidth or -bd</A></TD>
18
+ </TR>
19
+ <TR>
20
+ <TD>&nbsp;&nbsp;<A HREF="options.htm#M-text">-text</A></TR>
21
+ <TD>&nbsp;&nbsp;<A HREF="options.htm#M-textvariable">-textvariable</A></TR>
22
+ </TR>
23
+ <TR>
24
+ <TD>&nbsp;&nbsp;<A HREF="options.htm#M-font">-font</A></TD>
25
+ <TD>&nbsp;&nbsp;<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>&nbsp;&nbsp;<A HREF="#-height">-height</A></TR>
34
+ <TD>&nbsp;&nbsp;<A HREF="#-width">-width</A></TR>
35
+ </TR>
36
+ <TR>
37
+ <TD>&nbsp;&nbsp;<A HREF="#-panelbackground">-panelbackground</A></TD>
38
+ <TD>&nbsp;&nbsp;<A HREF="#-panelforeground">-panelforeground</A></TR>
39
+ </TR>
40
+ <TR>
41
+ <TD>&nbsp;&nbsp;<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>&nbsp;&nbsp;-anchor</TD>
17
+ <TD>&nbsp;&nbsp;-background or -bg</TD>
18
+ </TR>
19
+ <TR>
20
+ <TD>&nbsp;&nbsp;-homogeneous</TD>
21
+ <TD>&nbsp;&nbsp;-modal</TD>
22
+ </TR>
23
+ <TR>
24
+ <TD>&nbsp;&nbsp;-padx</TD>
25
+ <TD>&nbsp;&nbsp;-pady</TD>
26
+ </TR>
27
+ <TR>
28
+ <TD>&nbsp;&nbsp;-parent</TD>
29
+ <TD>&nbsp;&nbsp;-spacing</TD>
30
+ </TR>
31
+ <TR>
32
+ <TD>&nbsp;&nbsp;-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>&nbsp;&nbsp;-background or -bg</TD>
40
+ <TD>&nbsp;&nbsp;-borderwidth or -bd</TD>
41
+ </TR>
42
+ <TR>
43
+ <TD>&nbsp;&nbsp;-disabledforeground</TD>
44
+ <TD>&nbsp;&nbsp;-entrybg</TD>
45
+ </TR>
46
+ <TR>
47
+ <TD>&nbsp;&nbsp;-entryfg</TD>
48
+ <TD>&nbsp;&nbsp;-exportselection</TD>
49
+ </TR>
50
+ <TR>
51
+ <TD>&nbsp;&nbsp;-font</TD>
52
+ <TD>&nbsp;&nbsp;-foreground or -fg</TD>
53
+ </TR>
54
+ <TR>
55
+ <TD>&nbsp;&nbsp;-helptype</TD>
56
+ <TD>&nbsp;&nbsp;-highlightbackground</TD>
57
+ </TR>
58
+ <TR>
59
+ <TD>&nbsp;&nbsp;-highlightcolor</TD>
60
+ <TD>&nbsp;&nbsp;-highlightthickness</TD>
61
+ </TR>
62
+ <TR>
63
+ <TD>&nbsp;&nbsp;-insertbackground</TD>
64
+ <TD>&nbsp;&nbsp;-insertborderwidth</TD>
65
+ </TR>
66
+ <TR>
67
+ <TD>&nbsp;&nbsp;-insertofftime</TD>
68
+ <TD>&nbsp;&nbsp;-insertontime</TD>
69
+ </TR>
70
+ <TR>
71
+ <TD>&nbsp;&nbsp;-insertwidth</TD>
72
+ <TD>&nbsp;&nbsp;-labelanchor</TD>
73
+ </TR>
74
+ <TR>
75
+ <TD>&nbsp;&nbsp;-labelfont</TD>
76
+ <TD>&nbsp;&nbsp;-labelheight</TD>
77
+ </TR>
78
+ <TR>
79
+ <TD>&nbsp;&nbsp;-labeljustify</TD>
80
+ <TD>&nbsp;&nbsp;-labelwidth</TD>
81
+ </TR>
82
+ <TR>
83
+ <TD>&nbsp;&nbsp;-loginhelptext (see <B>-helptext</B>)</TD>
84
+ <TD>&nbsp;&nbsp;-loginhelpvar (see <B>-helpvar</B>)</TD>
85
+ </TR>
86
+ <TR>
87
+ <TD>&nbsp;&nbsp;-loginlabel (see <B>-label</B>)</TD>
88
+ <TD>&nbsp;&nbsp;-logintext (see <B>-text</B>)</TD>
89
+ </TR>
90
+ <TR>
91
+ <TD>&nbsp;&nbsp;-logintextvariable (see <B>-textvariable</B>)</TD>
92
+ <TD>&nbsp;&nbsp;-loginunderline (see <B>-underline</B>)</TD>
93
+ </TR>
94
+ <TR>
95
+ <TD>&nbsp;&nbsp;-passwdeditable (see <B>-editable</B>)</TD>
96
+ <TD>&nbsp;&nbsp;-passwdhelptext (see <B>-helptext</B>)</TD>
97
+ </TR>
98
+ <TR>
99
+ <TD>&nbsp;&nbsp;-passwdhelpvar (see <B>-helpvar</B>)</TD>
100
+ <TD>&nbsp;&nbsp;-passwdlabel (see <B>-label</B>)</TD>
101
+ </TR>
102
+ <TR>
103
+ <TD>&nbsp;&nbsp;-passwdstate (see <B>-state</B>)</TD>
104
+ <TD>&nbsp;&nbsp;-passwdtext (see <B>-text</B>)</TD>
105
+ </TR>
106
+ <TR>
107
+ <TD>&nbsp;&nbsp;-passwdtextvariable (see <B>-textvariable</B>)</TD>
108
+ <TD>&nbsp;&nbsp;-passwdunderline (see <B>-underline</B>)</TD>
109
+ </TR>
110
+ <TR>
111
+ <TD>&nbsp;&nbsp;-relief</TD>
112
+ <TD>&nbsp;&nbsp;-selectbackground</TD>
113
+ </TR>
114
+ <TR>
115
+ <TD>&nbsp;&nbsp;-selectborderwidth</TD>
116
+ <TD>&nbsp;&nbsp;-selectforeground</TD>
117
+ </TR>
118
+ <TR>
119
+ <TD>&nbsp;&nbsp;-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>&nbsp;&nbsp;<A HREF="#-command">-command</A></TR>
127
+ <TD>&nbsp;&nbsp;<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>