Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Manpage spelling correction from ticket [c1054975] (except catched->cached in DropSite.html) Thanks, lindblad |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bwidget |
Files: | files | file ages | folders |
SHA3-256: |
4de3775b561bba875d9548fb1d290b9b |
User & Date: | oehhar 2025-06-23 10:52:57.791 |
Original Comment: | Manpage spelling correction from ticket [c1054975] (except catched->cached in DropSite.html) Thanks, lindbad |
References
2025-06-23
| ||
10:56 | • Closed ticket [c105497501]: BWman plus 8 other changes artifact: ef4bee92e7 user: oehhar | |
Context
2025-06-23
| ||
11:09 | Typos in comments from ticket [38813ebb]. Thanks, lindblad check-in: d1ba441b7e user: oehhar tags: bwidget | |
10:52 | Manpage spelling correction from ticket [c1054975] (except catched->cached in DropSite.html) Thanks, lindblad check-in: 4de3775b56 user: oehhar tags: bwidget | |
2025-06-17
| ||
08:25 | [4025b05b] propper Engish in comments and error messages. Thanks, Lindblad check-in: 0be16a0895 user: oehhar tags: bwidget | |
Changes
Changes to BWman/ArrowButton.html.
︙ | ︙ | |||
152 153 154 155 156 157 158 | </DL> <DL><DT><A NAME="-disarmcommand"><B>-disarmcommand</B></A></DT> <DD> Specifies a Tcl command to associate with the ArrowButton when mouse button 1 is released. This command is called even if pointer is not over the ArrowButton, and always before the command specified by <B>command</B> option. | | | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | </DL> <DL><DT><A NAME="-disarmcommand"><B>-disarmcommand</B></A></DT> <DD> Specifies a Tcl command to associate with the ArrowButton when mouse button 1 is released. This command is called even if pointer is not over the ArrowButton, and always before the command specified by <B>command</B> option. It is typically used in conjunction with <B>armcommand</B>, <B>repeatdelay</B> and <B>repeatinterval</B>. </DD> </DL> <DL><DT><A NAME="-height"><B>-height</B></A></DT> <DD> Specifies a desired height for the ArrowButton. The value is in screen units. |
︙ | ︙ | |||
184 185 186 187 188 189 190 | Variable to use when <B>helptype</B> option is <I>variable</I>. See also <A HREF="DynamicHelp.html">DynamicHelp</A>. </DD> </DL> <DL><DT><A NAME="-ipadx"><B>-ipadx</B></A></DT> <DD> | | | 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | Variable to use when <B>helptype</B> option is <I>variable</I>. See also <A HREF="DynamicHelp.html">DynamicHelp</A>. </DD> </DL> <DL><DT><A NAME="-ipadx"><B>-ipadx</B></A></DT> <DD> Specifies a minimum pad between the ArrowButton border and the right and left side of the arrow. The value is in screen units. </DD> </DL> <DL><DT><A NAME="-ipady"><B>-ipady</B></A></DT> <DD> Specifies a minimun pad between the ArrowButton border and the top and bottom side |
︙ | ︙ |
Changes to BWman/Button.html.
︙ | ︙ | |||
167 168 169 170 171 172 173 | </DL> <DL><DT><A NAME="-disarmcommand"><B>-disarmcommand</B></A></DT> <DD> Specifies a Tcl command to associate with the Button when mouse button 1 is released. This command is called even if pointer is not over the Button, and always before the command specified by <B>command</B> option. | | | 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | </DL> <DL><DT><A NAME="-disarmcommand"><B>-disarmcommand</B></A></DT> <DD> Specifies a Tcl command to associate with the Button when mouse button 1 is released. This command is called even if pointer is not over the Button, and always before the command specified by <B>command</B> option. It is typically used in conjunction with <B>armcommand</B>, <B>repeatdelay</B> and <B>repeatinterval</B>. </DD> </DL> <DL><DT><A NAME="-height"><B>-height</B></A></DT> <DD> Specifies a desired height for the Button. |
︙ | ︙ |
Changes to BWman/Dialog.html.
︙ | ︙ | |||
254 255 256 257 258 259 260 | </DD></DL> <DL><DT><A NAME="draw"><I>pathName</I> <B>draw</B></A> ?<I>focus</I>? </DT><DD> This command draw the Dialog, and set grab to it following <B>modal</B> option. | | | 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 | </DD></DL> <DL><DT><A NAME="draw"><I>pathName</I> <B>draw</B></A> ?<I>focus</I>? </DT><DD> This command draw the Dialog, and set grab to it following <B>modal</B> option. If <B>modal</B> option is set to <I>none</I>, the command returns immediately an empty string. In all other case, the command returns when Dialog::<B>enddialog</B> is called or when Dialog is destroyed. The return value is the result argument of Dialog::<B>enddialog</B> or -1 if it is destroyed. <P> By default, the focus is set to the default button referenced by <B>default</B> option, or to the toplevel of Dialog if no default button has been set. If <I>focus</I> is present, it must be a pathname, or an index to a button. |
︙ | ︙ |
Changes to BWman/DropSite.html.
︙ | ︙ | |||
208 209 210 211 212 213 214 | <I>subop</I> is the name given to the sub operation, <I>baseop</I> is the name of the base operation (<B>copy</B>, <B>move</B> or <B>link</B>) and <I>bitmap</I> is a bitmap to display for the operation. <BR>If <I>bitmap</I> is empty, the default bitmap of the base operation is used for the sub operation. <BR><I>subop</I> can be a base operation, in order to change the bitmap of a base operation. In this case, <I>baseop</I> must be empty or equal to <I>subop</I>. | | | | 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 | <I>subop</I> is the name given to the sub operation, <I>baseop</I> is the name of the base operation (<B>copy</B>, <B>move</B> or <B>link</B>) and <I>bitmap</I> is a bitmap to display for the operation. <BR>If <I>bitmap</I> is empty, the default bitmap of the base operation is used for the sub operation. <BR><I>subop</I> can be a base operation, in order to change the bitmap of a base operation. In this case, <I>baseop</I> must be empty or equal to <I>subop</I>. <BR><I>mod</I> is the modifier key for the operation. It can be: <UL> <LI><B>none</B> to specify that no modifier key is pressed. This modifier can only be used with a sub operation named <B>default</B> (and vice versa), which has the behaviour of not display any bitmap operation. For all type, if the modifier <B>none</B> is not given, it is automatically associated to the <B>default</B> sub operation of a <B>copy</B> base operation. <LI><B>program</B> to specifies a sub operation accessible only by <B>DropSite::setoperation</B>. <LI>A list combining <B>shift</B>, <B>control</B> and <B>alt</B>, which means their corresponding key. </UL> </DD> </DL> </DD></DL> <DL><DT><A NAME="setcursor">DropSite::<B>setcursor</B></A> <I>cursor</I> </DT><DD> This command can be used within the script <B>dragovercmd</B>. It is useful to provide visual effect about the state of the drag. </DD></DL> <DL><DT><A NAME="setdrop">DropSite::<B>setdrop</B></A> <I>path</I> <I>subpath</I> <I>dropover</I> <I>drop</I> |
︙ | ︙ |
Changes to BWman/DynamicHelp.html.
︙ | ︙ | |||
117 118 119 120 121 122 123 | </PRE></TD></TR></TABLE></CENTER> </DL> <DL><DT><A NAME="configure">DynamicHelp::<B>configure</B></A> ?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...? </DT><DD> | | | 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | </PRE></TD></TR></TABLE></CENTER> </DL> <DL><DT><A NAME="configure">DynamicHelp::<B>configure</B></A> ?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...? </DT><DD> This command configure the balloon help. <P> <DL><DT><A NAME="DynamicHelp-borderwidth"><B>-borderwidth</B></A></DT> <DD> Width of the black border around the balloon. </DD> </DL> <DL><DT><A NAME="DynamicHelp-delay"><B>-delay</B></A></DT> |
︙ | ︙ | |||
234 235 236 237 238 239 240 | DynamicHelp::register .m.file menuentry 0 "Detach menu" DynamicHelp::register .m.file menuentry 1 "Open a file" DynamicHelp::register .m.file menuentry 2 "Exit demo" </PRE></TD></TR></TABLE></CENTER> <BR> <BR>Notice that if popup menu is owned by a menubar, you must associate first the menubar to its toplevel. In this case, when you create a menu popup, its clone window is also | | | 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 | DynamicHelp::register .m.file menuentry 0 "Detach menu" DynamicHelp::register .m.file menuentry 1 "Open a file" DynamicHelp::register .m.file menuentry 2 "Exit demo" </PRE></TD></TR></TABLE></CENTER> <BR> <BR>Notice that if popup menu is owned by a menubar, you must associate first the menubar to its toplevel. In this case, when you create a menu popup, its clone window is also created, and DynamicHelp::register detects the existence of the clone window and maps events to it. </DD></DL> <DL><DT><A NAME="sethelp">DynamicHelp::<B>sethelp</B></A> <I>path</I> <I>subpath</I> ?<I>force</I>? </DT><DD> Description text </DD></DL> </BODY></HTML> |
Changes to BWman/Entry.html.
︙ | ︙ | |||
267 268 269 270 271 272 273 | </DL> <DL><DT><A NAME="-droptypes"><B>-droptypes</B></A></DT> <DD> Specifies a list of accepted dropped object/operation. See option <B>droptypes</B> of <B>DropSite::<A HREF="DropSite.html#register">register</A></B>. | | | 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 | </DL> <DL><DT><A NAME="-droptypes"><B>-droptypes</B></A></DT> <DD> Specifies a list of accepted dropped object/operation. See option <B>droptypes</B> of <B>DropSite::<A HREF="DropSite.html#register">register</A></B>. for more information. Default accepts <I>FGCOLOR</I>, <I>COLOR</I>, <I>BGCOLOR</I> and <I>TEXT</I>, all with <B>copy</B> and <B>move</B> operations. </DD> </DL> <DL><DT><A NAME="-editable"><B>-editable</B></A></DT> |
︙ | ︙ |
Changes to BWman/Label.html.
︙ | ︙ | |||
242 243 244 245 246 247 248 | </DL> <DL><DT><A NAME="-droptypes"><B>-droptypes</B></A></DT> <DD> Specifies a list of accepted dropped object/operation. See option <B>droptypes</B> of <B>DropSite::<A HREF="DropSite.html#register">register</A></B>. | | | 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 | </DL> <DL><DT><A NAME="-droptypes"><B>-droptypes</B></A></DT> <DD> Specifies a list of accepted dropped object/operation. See option <B>droptypes</B> of <B>DropSite::<A HREF="DropSite.html#register">register</A></B>. for more information. Default accepts <I>FGCOLOR</I>, <I>COLOR</I>, <I>BGCOLOR</I>, <I>TEXT</I>, <I>BITMAP</I> and <I>IMAGE</I>, all with <B>copy</B> and <B>move</B> operations. </DD> </DL> <DL><DT><A NAME="-focus"><B>-focus</B></A></DT> |
︙ | ︙ |
Changes to BWman/LabelFrame.html.
︙ | ︙ | |||
88 89 90 91 92 93 94 | </DD> </DL> <BR><HR WIDTH="100%"><BR> <B><A NAME="descr"></A>DESCRIPTION</B><BR> <P> LabelFrame enables user to create a frame with a | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | </DD> </DL> <BR><HR WIDTH="100%"><BR> <B><A NAME="descr"></A>DESCRIPTION</B><BR> <P> LabelFrame enables user to create a frame with a <A HREF="Label.html">Label</A> positioned at any side. LabelFrame is used by <A HREF="ComboBox.html">ComboBox</A> and <A HREF="SpinBox.html">SpinBox</A>. </P> <BR><HR WIDTH="50%"><BR> <B><A NAME="wso">WIDGET-SPECIFIC OPTIONS</A></B><BR> <DL><DT><A NAME="-side"><B>-side (read-only)</B></A></DT> <DD> |
︙ | ︙ |
Changes to BWman/ListBox.html.
︙ | ︙ | |||
298 299 300 301 302 303 304 | <LI>the data type, <LI>the data. </UL> The command must return a list with two elements: <UL> <LI>the drop status, conforming to those described in <B>dropovercmd</B> option of <B>DropSite::<A HREF="DropSite.html#register">register</A></B>, | | | | 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 | <LI>the data type, <LI>the data. </UL> The command must return a list with two elements: <UL> <LI>the drop status, conforming to those described in <B>dropovercmd</B> option of <B>DropSite::<A HREF="DropSite.html#register">register</A></B>, <LI>the chosen method: <I>widget</I>, <I>item</I> or <I>position</I>. </UL> </DD> </DL> <DL><DT><A NAME="-dropovermode"><B>-dropovermode</B></A></DT> <DD> Specifies the type of <I>drop-over</I> interaction. Must be a combination of <B>w</B>, which specifies that drop can occurs everywhere on widget, <B>p</B>, which specifies that drop can occurs between two items, and <B>i</B>, which specifies that drop occurs inside items. </DD> </DL> <DL><DT><A NAME="-droptypes"><B>-droptypes</B></A></DT> <DD> Specifies a list of accepted dropped object/operation. See option <B>droptypes</B> of <B>DropSite::<A HREF="DropSite.html#register">register</A></B>. for more information. <BR>Default is <I>LISTBOX_ITEM</I> with operations <B>copy</B> and <B>move</B>. </DD> </DL> <DL><DT><A NAME="-height"><B>-height</B></A></DT> <DD> |
︙ | ︙ | |||
391 392 393 394 395 396 397 | <DL><DT><A NAME="bindImage"><I>pathName</I> <B>bindImage</B></A> <I>event</I> <I>script</I> </DT><DD> This command associates a command to execute whenever the event sequence given by <I>event</I> occurs on the image of a item. | | | | 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 | <DL><DT><A NAME="bindImage"><I>pathName</I> <B>bindImage</B></A> <I>event</I> <I>script</I> </DT><DD> This command associates a command to execute whenever the event sequence given by <I>event</I> occurs on the image of a item. The item identifier on which the event occurs is appended to the command. <p> Any occurrence of <b>%W</b> in <i>script</i> is substituted with the path of the listbox. </p> </DD></DL> <DL><DT><A NAME="bindText"><I>pathName</I> <B>bindText</B></A> <I>event</I> <I>script</I> </DT><DD> This command associates a command to execute whenever the event sequence given by <I>event</I> occurs on the label of a item. The item identifier on which the event occurs is appended to the command. <p> Any occurrence of <b>%W</b> in <i>script</i> is substituted with the path of the listbox. </p> </DD></DL> |
︙ | ︙ |
Changes to BWman/MainFrame.html.
︙ | ︙ | |||
143 144 145 146 147 148 149 | <LI><I>description</I> specifies a string for <A HREF=\"DynamicHelp.html\">DynamicHelp</A>.</LI> <LI><I>accelerator</I> specifies a key sequence. It is a list of two elements, where the first is one of <B>Shift</B>, <B>Ctrl</B>, <B>Alt</B>, <B>CtrlAlt</B>, <B>Cmd</B>, or <B>ShiftCmd</B>, and the second as letter (see <A HREF="#-casesensitive">-casesensitive</A> option for interpretation), digit or a special key name. An accelerator string is build and corresponding binding set on the toplevel to invoke the menu entry.</LI> | | | 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 | <LI><I>description</I> specifies a string for <A HREF=\"DynamicHelp.html\">DynamicHelp</A>.</LI> <LI><I>accelerator</I> specifies a key sequence. It is a list of two elements, where the first is one of <B>Shift</B>, <B>Ctrl</B>, <B>Alt</B>, <B>CtrlAlt</B>, <B>Cmd</B>, or <B>ShiftCmd</B>, and the second as letter (see <A HREF="#-casesensitive">-casesensitive</A> option for interpretation), digit or a special key name. An accelerator string is build and corresponding binding set on the toplevel to invoke the menu entry.</LI> <LI><I>option value</I> specifies additional options for the entry (see <B>menu add</B> command).</LI> </UL> Each value enclosed by ? are optional and defaulted to empty string, but must be provided if one or more following options is not empty. <BR>Example: <PRE> set descmenu { |
︙ | ︙ |
Changes to BWman/PanedWindow.html.
︙ | ︙ | |||
61 62 63 64 65 66 67 | <DL><DT><A NAME="-activator"><B>-activator (read-only)</B></A></DT> <DD> By default, the control sash is either a button or a line depending upon the underlying operating system. This sash may be explicitly set using this option. If set to <B>line</B> then the sash consists of just a dividing line. Otherwise if set to <B>button</B> then it | | | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | <DL><DT><A NAME="-activator"><B>-activator (read-only)</B></A></DT> <DD> By default, the control sash is either a button or a line depending upon the underlying operating system. This sash may be explicitly set using this option. If set to <B>line</B> then the sash consists of just a dividing line. Otherwise if set to <B>button</B> then it consists of a knob that can be dragged. </DD> </DL> <DL><DT><A NAME="-pad"><B>-pad (read-only)</B></A></DT> <DD> Specifies additional space between the button of the sash and children. |
︙ | ︙ |
Changes to BWman/PasswdDlg.html.
︙ | ︙ | |||
205 206 207 208 209 210 211 | option(s) to have the given value(s); in this case the command returns an empty string. <I>Option</I> may have any of the values accepted by the creation command. Read-only options are not be modified. </DD></DL> <HR> | | | 205 206 207 208 209 210 211 212 213 214 | option(s) to have the given value(s); in this case the command returns an empty string. <I>Option</I> may have any of the values accepted by the creation command. Read-only options are not be modified. </DD></DL> <HR> <ADDRESS>Stephane Lavirotte <A HREF="mailto:[email protected]">([email protected])</A></ADDRESS> </BODY></HTML> |
Changes to BWman/ProgressBar.html.
︙ | ︙ | |||
110 111 112 113 114 115 116 | </DL> <DL><DT><A NAME="-variable"><B>-variable</B></A></DT> <DD> Specifies the variable attached to the progress indicator. Progress indicator is updated when the value of the variable changes. If the value of the variable is negative, the progress indicator is not displayed (it is drawn flat | | | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | </DL> <DL><DT><A NAME="-variable"><B>-variable</B></A></DT> <DD> Specifies the variable attached to the progress indicator. Progress indicator is updated when the value of the variable changes. If the value of the variable is negative, the progress indicator is not displayed (it is drawn flat with <B>background</B> color - useful for ProgressDlg to make it invisible). If its value 0, progress indicator is reinitialized. </DD> </DL> <DL><DT><A NAME="-width"><B>-width</B></A></DT> <DD> |
︙ | ︙ |
Changes to BWman/ProgressDlg.html.
︙ | ︙ | |||
76 77 78 79 80 81 82 | </DL> <BR><HR WIDTH="100%"><BR> <B><A NAME="descr"></A>DESCRIPTION</B><BR> <P> ProgressDlg provides a simple way to display a progress indicator dialog. ProgressDlg::<B>create</B> creates the dialog, displays it, set a local | | | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | </DL> <BR><HR WIDTH="100%"><BR> <B><A NAME="descr"></A>DESCRIPTION</B><BR> <P> ProgressDlg provides a simple way to display a progress indicator dialog. ProgressDlg::<B>create</B> creates the dialog, displays it, set a local grab to it and immediately return. The dialog is updated by modifying the value of the variable of options <B>-textvariable</B> and <B>-variable</B>. You have to destroy the dialog after use. </P> <BR><HR WIDTH="50%"><BR> <B><A NAME="wso">WIDGET-SPECIFIC OPTIONS</A></B><BR> <DL><DT><A NAME="-command"><B>-command</B></A></DT> |
︙ | ︙ |
Changes to BWman/SpinBox.html.
︙ | ︙ | |||
136 137 138 139 140 141 142 | </DD> </DL> <BR><HR WIDTH="100%"><BR> <B><A NAME="descr"></A>DESCRIPTION</B><BR> <P> SpinBox widget enables the user to select a value among a list given by the <B>values</B> | | | | 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | </DD> </DL> <BR><HR WIDTH="100%"><BR> <B><A NAME="descr"></A>DESCRIPTION</B><BR> <P> SpinBox widget enables the user to select a value among a list given by the <B>values</B> option or a set of values defined by a minimum, a maximum and an increment. Notice that <B>range</B> option defines a list of values, so <B>getvalue</B> and <B>setvalue</B> work with both values and range. </P> <BR><HR WIDTH="50%"><BR> <B><A NAME="wso">WIDGET-SPECIFIC OPTIONS</A></B><BR> <DL><DT><A NAME="-modifycmd"><B>-modifycmd</B></A></DT> <DD> Specifies a Tcl command called when the user modify the value of the SpinBox. </DD> </DL> <DL><DT><A NAME="-range"><B>-range</B></A></DT> <DD> Specifies a list of three integers (or real) describing the minimum, maximum and increment of the SpinBox. </DD> </DL> <DL><DT><A NAME="-values"><B>-values</B></A></DT> <DD> Specifies the values accepted by the SpinBox. This option takes precedence over |
︙ | ︙ |
Changes to BWman/Tree.html.
︙ | ︙ | |||
375 376 377 378 379 380 381 | <LI>the data type, <LI>the data. </UL> The command must return a list with two elements: <UL> <LI>the drop status, conforming to those described in <B>dropovercmd</B> option of <B>DropSite::<A HREF="DropSite.html#register">register</A></B>, | | | 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 | <LI>the data type, <LI>the data. </UL> The command must return a list with two elements: <UL> <LI>the drop status, conforming to those described in <B>dropovercmd</B> option of <B>DropSite::<A HREF="DropSite.html#register">register</A></B>, <LI>the chosen method: <I>widget</I>, <I>node</I> or <I>position</I>. </UL> </DD> </DL> <DL><DT><A NAME="-dropovermode"><B>-dropovermode</B></A></DT> <DD> |
︙ | ︙ | |||
508 509 510 511 512 513 514 | <DL><DT><A NAME="bindImage"><I>pathName</I> <B>bindImage</B></A> <I>event</I> <I>script</I> </DT><DD> This command associates a command to execute whenever the event sequence given by <I>event</I> occurs on the image of a node. | | | | 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 | <DL><DT><A NAME="bindImage"><I>pathName</I> <B>bindImage</B></A> <I>event</I> <I>script</I> </DT><DD> This command associates a command to execute whenever the event sequence given by <I>event</I> occurs on the image of a node. The node identifier on which the event occurs is appended to the command and may be used to manipulate the tree (e.g. don't use <B>%W</B>). <P> If <B>-selectfill</B> is given, an eventual binding of the background box by <B>bindText</B> is overwritten. </P> </DD></DL> <DL><DT><A NAME="bindText"><I>pathName</I> <B>bindText</B></A> <I>event</I> <I>script</I> </DT><DD> This command associates a command to execute whenever the event sequence given by <I>event</I> occurs on the label of a node. The node identifier on which the event occurs is appended to the command and may be used to manipulate the tree (e.g. don't use <B>%W</B>). <P> If <B>-selectfill</B> is given, an eventual binding of the background box by <B>bindImage</B> is overwritten. </P> </DD></DL> <DL><DT><A NAME="cget"><I>pathName</I> <B>cget</B></A> <I>option</I> |
︙ | ︙ |
Changes to BWman/Widget.html.
︙ | ︙ | |||
284 285 286 287 288 289 290 | <BR>If <I>value</I> is empty, it is initialized to the default value of the BWidget. </DD> <DT><B>Int</B></DT> <DD><I>value</I> of <I>option</I> is an integer. <I>args</I> can be <I>{?min? ?max?}</I> to force it to be in a range. The test is <I>[expr $option > $min] && [expr $option < $max]</I> so | | | 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 | <BR>If <I>value</I> is empty, it is initialized to the default value of the BWidget. </DD> <DT><B>Int</B></DT> <DD><I>value</I> of <I>option</I> is an integer. <I>args</I> can be <I>{?min? ?max?}</I> to force it to be in a range. The test is <I>[expr $option > $min] && [expr $option < $max]</I> so if args is <I>{0 10}</I>, value must be between 0 and 10 exclude, if <I>args</I> is <I>{=0 =10}</I> , value must be beetween 0 and 10 include. </DD> <DT><B>Boolean</B></DT> <DD><I>value</I> of <I>option</I> is a boolean. True values can be <B>1</B>, <B>true</B> or <B>yes</B>. False values can be <B>0</B>, <B>false</B> or <B>no</B>. <B>Widget::cget</B> always return 0 or 1. |
︙ | ︙ |