Bwidget Source Code
Check-in [d596cecffe]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:2012-07-27 [email protected] BWidget 1.9.6 tagged
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bwidget | bwidget-1-9-6
Files: files | file ages | folders
SHA1: d596cecffe9c2f22815f709aa19a888e341aea20
User & Date: oehhar 2012-07-27 11:47:44.000
Context
2013-01-14
08:33
Error 'invalid command name ".#BWidget.#ttk::entry"' arises in themed mode when an Entry widget should get focus by the tab key. [Bug 3599955] check-in: a74f6fd0c9 user: oehhar tags: bwidget
2012-07-27
11:47
2012-07-27 [email protected] BWidget 1.9.6 tagged check-in: d596cecffe user: oehhar tags: bwidget, bwidget-1-9-6
2012-04-12
12:46
listbox.tcl ListBox::selection Only redraw if selection changed. Patch by Wolfgang S. Kechel [Bug 3517145] check-in: 8d829980cc user: oehhar tags: bwidget
Changes
Unified Diff Ignore Whitespace Patch
Changes to ChangeLog.




1
2
3
4
5
6
7




2012-04-12 Harald Oehlmann <[email protected]>

	* listbox.tcl ListBox::selection Only redraw if
	selection changed. Patch by Wolfgang S. Kechel [Bug 3517145]

2012-04-02 Harald Oehlmann <[email protected]>

>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
2011-07-27 Harald Oehlmann <[email protected]>

	**** BWidget 1.9.6 tagged ****

2012-04-12 Harald Oehlmann <[email protected]>

	* listbox.tcl ListBox::selection Only redraw if
	selection changed. Patch by Wolfgang S. Kechel [Bug 3517145]

2012-04-02 Harald Oehlmann <[email protected]>

Changes to pkgIndex.tcl.
1
2
3
4
5
6
7
8
9
10
11
if {[catch {package require Tcl}]} return
package ifneeded BWidget 1.9.5 "\
    package require Tk 8.1.1;\
    [list tclPkgSetup $dir BWidget 1.9.5 {
{arrow.tcl source {ArrowButton ArrowButton::create ArrowButton::use}}
{labelframe.tcl source {LabelFrame LabelFrame::create LabelFrame::use}}
{labelentry.tcl source {LabelEntry LabelEntry::create LabelEntry::use}}
{bitmap.tcl source {Bitmap::get Bitmap::use}}
{button.tcl source {Button Button::create Button::use}}
{buttonbox.tcl source {ButtonBox ButtonBox::create ButtonBox::use}}
{combobox.tcl source {ComboBox ComboBox::create ComboBox::use}}

|

|







1
2
3
4
5
6
7
8
9
10
11
if {[catch {package require Tcl}]} return
package ifneeded BWidget 1.9.6 "\
    package require Tk 8.1.1;\
    [list tclPkgSetup $dir BWidget 1.9.6 {
{arrow.tcl source {ArrowButton ArrowButton::create ArrowButton::use}}
{labelframe.tcl source {LabelFrame LabelFrame::create LabelFrame::use}}
{labelentry.tcl source {LabelEntry LabelEntry::create LabelEntry::use}}
{bitmap.tcl source {Bitmap::get Bitmap::use}}
{button.tcl source {Button Button::create Button::use}}
{buttonbox.tcl source {ButtonBox ButtonBox::create ButtonBox::use}}
{combobox.tcl source {ComboBox ComboBox::create ComboBox::use}}