Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | BWMan/ListBox.html documented options -selectfill and -autofocus as read-only. Reported by Wolfgang S. Kechel [Bug 3497592] |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bwidget |
Files: | files | file ages | folders |
SHA1: |
c781f11f40acab7fe227e47a53ed6765 |
User & Date: | oehhar 2012-03-06 14:16:03.000 |
Context
2012-04-02
| ||
09:53 | * entry.tcl, BWMan/entry.tcl checkbox.tcl Themed mode: Invoking "configure" without arguments results in errors that non-ttk options are not present. Removed Entry options: -background -foreground -relief -borderwidth -fg -bg -bd. Reported by Wolfgang S. Kechel [Bug 3513263] * entry.tcl mapped entry option -state to ttk::entry state in themed mode to make state change visible. check-in: 2c3d9d4c82 user: oehhar tags: bwidget | |
2012-03-06
| ||
14:16 | BWMan/ListBox.html documented options -selectfill and -autofocus as read-only. Reported by Wolfgang S. Kechel [Bug 3497592] check-in: c781f11f40 user: oehhar tags: bwidget | |
2011-11-14
| ||
14:33 | * widget.tcl (Widget::focusOK) fixed list with update. Arises, if a ttk widget with a widget path with spaces is the next widget. Reported by jaspertheperson [Bug 3437761] check-in: 513f2481b8 user: oehhar tags: bwidget | |
Changes
Changes to BWman/ListBox.html.
︙ | ︙ | |||
166 167 168 169 170 171 172 | <B>insert</B> command). The ListBox can have one or more columns, depending on <B>multicolumn</B> option. The user do not handle columns; the number of columns is determined following the height of the ListBox in order to see each item vertically. </P> <BR><HR WIDTH="50%"><BR> <B><A NAME="wso">WIDGET-SPECIFIC OPTIONS</A></B><BR> | | | 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | <B>insert</B> command). The ListBox can have one or more columns, depending on <B>multicolumn</B> option. The user do not handle columns; the number of columns is determined following the height of the ListBox in order to see each item vertically. </P> <BR><HR WIDTH="50%"><BR> <B><A NAME="wso">WIDGET-SPECIFIC OPTIONS</A></B><BR> <DL><DT><A NAME="-autofocus"><B>-autofocus (read-only)</B></A></DT> <DD> If this option is true, the listbox will take focus any time the user clicks in it. Without focus, the listbox's mouse wheel bindings will not work properly. The default is true. </DD> </DL> |
︙ | ︙ | |||
355 356 357 358 359 360 361 | Specifies wether or not the listbox should be redrawn when entering idle. Set it to false if you call <B>update</B> while modifying the listbox. </DD> </DL> | | | 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 | Specifies wether or not the listbox should be redrawn when entering idle. Set it to false if you call <B>update</B> while modifying the listbox. </DD> </DL> <DL><DT><A NAME="-selectfill"><B>-selectfill (read-only)</B></A></DT> <DD> If true, the listbox will draw a selection rectangle that fills the listbox from left-to-right instead of just drawing a box around the selected item. This more closely mimics the standard Tk listbox. </DD> </DL> |
︙ | ︙ |
Changes to ChangeLog.
1 2 3 4 5 6 7 | 2011-11-14 Harald Oehlmann <[email protected]> * widget.tcl (Widget::focusOK) fixed list with update. Arises, if a ttk widget with a widget path with spaces is the next widget. Reported by jaspertheperson [Bug 3437761] | > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | 2012-03-06 Harald Oehlmann <[email protected]> * BWMan/ListBox.html documented options -selectfill and -autofocus as read-only. Reported by Wolfgang S. Kechel [Bug 3497592] 2011-11-14 Harald Oehlmann <[email protected]> * widget.tcl (Widget::focusOK) fixed list with update. Arises, if a ttk widget with a widget path with spaces is the next widget. Reported by jaspertheperson [Bug 3437761] |
︙ | ︙ |