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

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

Overview
Comment:Set Version to 1.9.2
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bwidget-1-9-2 | bwidget
Files: files | file ages | folders
SHA1: a38cfa7a68268be39cde45b3efda4a8623b22f02
User & Date: oehhar 2010-06-07 07:21:23.000
Context
2010-06-09
06:57
included lang/pl.rc from HEAD. check-in: fab9625df4 user: oehhar tags: bwidget
2010-06-07
07:21
Set Version to 1.9.2 check-in: a38cfa7a68 user: oehhar tags: bwidget-1-9-2, bwidget
2010-05-31
14:55
* listbox.html Reflected patch 2010-05-12 in documentation. The selection may not be disabled any more by binding button 1. check-in: 977402fa6e user: oehhar tags: bwidget
Changes
Unified Diff Ignore Whitespace Patch
Changes to ChangeLog.







1
2
3
4
5
6
7







2010-05-31 Harald Oehlmann < [email protected]>

	* listbox.html Reflected patch 2010-05-12 in documentation.
	The selection may not be disabled any more by binding button 1.

2010-05-12 Harald Oehlmann < [email protected]>

>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
2010-06-07 Harald Oehlmann < [email protected]>

	**** BWidget 1.9.2 tagged ****
	Version 1.9.1 was skipped.
	This was released in ActiveTCL and thus may exist on many
	installations.

2010-05-31 Harald Oehlmann < [email protected]>

	* listbox.html Reflected patch 2010-05-12 in documentation.
	The selection may not be disabled any more by binding button 1.

2010-05-12 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 "\
    package require Tk 8.1.1;\
    [list tclPkgSetup $dir BWidget 1.9 {
{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.2 "\
    package require Tk 8.1.1;\
    [list tclPkgSetup $dir BWidget 1.9.2 {
{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}}