Searched +refs:tablelist +refs:redisplayColWhenIdle (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistUtil.tcl2 # Contains private utility procedures for tablelist widgets.
16 namespace eval tablelist {
58 # tablelist::rowIndex
62 # in the tablelist, i.e., to the element just after the last one; if false, end
64 # tablelist. checkRange must be a boolean value: if true, it is additionally
68 proc tablelist::rowIndex {win idx endIsSize {checkRange 0}} {
69 upvar ::tablelist::ns${win}::data data
116 # tablelist::colIndex
123 proc tablelist::colIndex {win idx checkRange} {
124 upvar ::tablelist
[all...]
H A DtablelistWidget.tcl2 # Contains the implementation of the tablelist widget.
7 # - Public procedure creating a new tablelist widget
8 # - Private procedures implementing the tablelist widget command
19 namespace eval tablelist {
36 if {[string compare [interp alias {} ::tablelist::style] ""] != 0} {
41 interp alias {} ::tablelist::style {} ::style
43 interp alias {} ::tablelist::styleConfig {} ::style configure
45 interp alias {} ::tablelist::styleConfig {} ::style default
47 interp alias {} ::tablelist::getThemes {} ::tile::availableThemes
48 interp alias {} ::tablelist
[all...]

Completed in 217 milliseconds