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

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

Overview
Comment:BWidget 1.9.7 tagged
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bwidget
Files: files | file ages | folders
SHA1: f17c6bce83f04b97befcac924989c4bf102cb002
User & Date: oehhar 2013-09-15 17:39:25.334
Context
2013-10-07
14:46
Sometimes the tooltip does not occur under gnome/metacity on ubuntu. Ticket [a588d2f800] check-in: 459482f1b1 user: oehhar tags: bwidget
2013-09-15
17:39
BWidget 1.9.7 tagged check-in: f17c6bce83 user: oehhar tags: bwidget
2013-09-11
16:23
Fixed undefined variable check-in: e1a66296d3 user: oehhar tags: bwidget
Changes
Unified Diff Ignore Whitespace Patch
Changes to ChangeLog.
1




2
3
4
5
6
7
8
2013-08-14 Harald Oehlmann <[email protected]>





	xpm2image.tcl: many issues fixed in xpm import
	by Mattias Hembruch. Ticket [9a8b2ee42e]
	
2013-08-14 Harald Oehlmann <[email protected]>

	* notebook.tcl: cured error in _resize, that
|
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
2013-09-15 Harald Oehlmann <[email protected]>

	**** BWidget 1.9.7 tagged ****

2013-09-11 Harald Oehlmann <[email protected]>

	xpm2image.tcl: many issues fixed in xpm import
	by Mattias Hembruch. Ticket [9a8b2ee42e]
	
2013-08-14 Harald Oehlmann <[email protected]>

	* notebook.tcl: cured error in _resize, that
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.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}}

|

|







1
2
3
4
5
6
7
8
9
10
11
if {[catch {package require Tcl}]} return
package ifneeded BWidget 1.9.7 "\
    package require Tk 8.1.1;\
    [list tclPkgSetup $dir BWidget 1.9.7 {
{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}}