Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tag BWidget 1.8.13 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bwidget | bwidget-1-9-13 |
Files: | files | file ages | folders |
SHA3-256: |
51aca47e31a432996a28d329a237d4b5 |
User & Date: | oehhar 2018-12-06 10:42:58.948 |
Context
2018-12-11
| ||
09:19 | scrollframe.tcl: use Tk8.7 TIP 518 virtual event <<NoManagedChild>> to resize client frame to 1x1 when last child is unmapped. check-in: f121c86280 user: oehhar tags: bwidget | |
2018-12-06
| ||
10:42 | Tag BWidget 1.8.13 check-in: 51aca47e31 user: oehhar tags: bwidget, bwidget-1-9-13 | |
10:39 | Update changelog to Tag 1.9.13 check-in: a82a8e507a user: oehhar tags: bwidget | |
Changes
Changes to pkgIndex.tcl.
1 2 3 | if {[catch {package require Tcl}]} return # NOTE: auto_loaded top-level commands shall not be qualified (no leading ::) # but all others should. See auto_qualify for details. | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | if {[catch {package require Tcl}]} return # NOTE: auto_loaded top-level commands shall not be qualified (no leading ::) # but all others should. See auto_qualify for details. package ifneeded BWidget 1.9.13 "\ package require Tk 8.1.1;\ [list tclPkgSetup $dir BWidget 1.9.13 { {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}} |
︙ | ︙ |