Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | configure option of a ::Button gave error in themed mode. Ticket [845613e5590ae7cf]. Report by Adrian. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bwidget |
Files: | files | file ages | folders |
SHA1: |
987852ad44f4bfc105ffa43d9ea4c715 |
User & Date: | oehhar 2016-08-23 17:28:30.945 |
References
2016-08-23
| ||
17:30 | • Ticket [845613e559] unknown option -activebackground when invoking Button::configure with Ttk status still Open with 4 other changes artifact: 2cc0f54b92 user: oehhar | |
Context
2016-10-31
| ||
14:03 | button.tcl: reverted last change to use ttk widget as base. This may clash with the option data base. See ticket [845613e5590ae7cf]. check-in: 0fc2861039 user: oehhar tags: bwidget | |
2016-08-23
| ||
17:28 | configure option of a ::Button gave error in themed mode. Ticket [845613e5590ae7cf]. Report by Adrian. check-in: 987852ad44 user: oehhar tags: bwidget | |
2016-07-21
| ||
13:37 | util.c: BWidget::place moved away from visible screens if the current window is on a virtual screen outside of the main screen (Windows multi-screen configuration) [5919a0ec2d] check-in: 85ca650f34 user: oehhar tags: bwidget | |
Changes
Changes to ChangeLog.
|
Changes to button.tcl.
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - + | # - Button::_release # - Button::_repeat # ---------------------------------------------------------------------------- namespace eval Button { Widget::define Button button DynamicHelp |
︙ |