1
2
3
4
5
6
7
|
2018-12-06 Harald Oehlmann <[email protected]>
**** BWidget 1.9.13 tagged ****
2018-11-26 Harald Oehlmann <[email protected]>
dialog.c: For Unix, also Bind KP_Enter for default dialog
button invokation. Ticket [3e31f04367].
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
2019-12-03 Harald Oehlmann <[email protected]>
**** BWidget 1.9.14 tagged ****
2019-11-12 Harald Oehlmann <[email protected]>
spinbox.tcl: fix error about unsupported option
-disabledforeground when using themed widgets.
Thanks to Gerhard Reithofer and Christian Werner.
Ticket [071fc80f14]
2019-05-06 Harald Oehlmann <[email protected]>
mainframe.tcl: Add optional parameter "Top" to internal
function "MainFrame::_create_menubar" to allow to use
a menu button for the main menu (Hack).
The mainframe may be initialized with "- menu {}".
Then, the menubutton may be created and the menu may
by added by:
MainFrame::_create_menubar .mf $mitems $menubutton.
Allow to skip a main menu level by empty menu label.
Purpose: support commands/checkboxes at first level.
2018-12-11 Harald Oehlmann <[email protected]>
scrollframe.tcl: use Tk8.7 TIP 518 virtual event
<<NoManagedChild>> to resize client frame to 1x1 when
last child is unmapped.
2018-12-06 Harald Oehlmann <[email protected]>
**** BWidget 1.9.13 tagged ****
2018-11-26 Harald Oehlmann <[email protected]>
dialog.c: For Unix, also Bind KP_Enter for default dialog
button invokation. Ticket [3e31f04367].
|