Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Ticket [c847b2c6]: Add "::SelectColor::use" to pckIndex.tcl |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bwidget |
Files: | files | file ages | folders |
SHA3-256: |
a2ca981c04289007e02c68101d075005 |
User & Date: | oehhar 2025-06-24 18:46:48.151 |
References
2025-06-24
| ||
18:51 | • Closed ticket [c847b2c68d]: Add "::SelectColor::use" to pckIndex.tcl plus 7 other changes artifact: 455878ad62 user: oehhar | |
Context
2025-06-24
| ||
18:49 | Add changelog Leaf check-in: 37c5cec495 user: oehhar tags: bwidget | |
18:46 | Ticket [c847b2c6]: Add "::SelectColor::use" to pckIndex.tcl check-in: a2ca981c04 user: oehhar tags: bwidget | |
2025-06-23
| ||
11:09 | Typos in comments from ticket [38813ebb]. Thanks, lindblad check-in: d1ba441b7e user: oehhar tags: bwidget | |
Changes
Changes to pkgIndex.tcl.
︙ | ︙ | |||
28 29 30 31 32 33 34 | {separator.tcl source {Separator ::Separator::create ::Separator::use}} {spinbox.tcl source {SpinBox ::SpinBox::create ::SpinBox::use}} {statusbar.tcl source {StatusBar ::StatusBar::create ::StatusBar::use}} {titleframe.tcl source {TitleFrame ::TitleFrame::create ::TitleFrame::use}} {mainframe.tcl source {MainFrame ::MainFrame::create ::MainFrame::use}} {listbox.tcl source {ListBox ::ListBox::create ::ListBox::use}} {tree.tcl source {Tree ::Tree::create ::Tree::use}} | | | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | {separator.tcl source {Separator ::Separator::create ::Separator::use}} {spinbox.tcl source {SpinBox ::SpinBox::create ::SpinBox::use}} {statusbar.tcl source {StatusBar ::StatusBar::create ::StatusBar::use}} {titleframe.tcl source {TitleFrame ::TitleFrame::create ::TitleFrame::use}} {mainframe.tcl source {MainFrame ::MainFrame::create ::MainFrame::use}} {listbox.tcl source {ListBox ::ListBox::create ::ListBox::use}} {tree.tcl source {Tree ::Tree::create ::Tree::use}} {color.tcl source {SelectColor ::SelectColor::menu ::SelectColor::dialog ::SelectColor::setcolor ::SelectColor::setbasecolor ::SelectColor::use}} {dynhelp.tcl source {::DynamicHelp::configure ::DynamicHelp::use ::DynamicHelp::register ::DynamicHelp::include ::DynamicHelp::add ::DynamicHelp::delete}} {dialog.tcl source {Dialog ::Dialog::create ::Dialog::use}} {messagedlg.tcl source {MessageDlg ::MessageDlg::create ::MessageDlg::use}} {font.tcl source {SelectFont ::SelectFont::create ::SelectFont::use ::SelectFont::loadfont}} {wizard.tcl source {Wizard ::Wizard::create ::Wizard::use SimpleWizard ClassicWizard}} {xpm2image.tcl source {xpm-to-image}} }]; \ |
︙ | ︙ |