Searched refs:colProc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dbasic.tcl29 proc colProc col { if {$col>0 && $col%2} { return OddCol } } procedure
40 -rowtagcommand rowProc -coltagcommand colProc \
H A Dcommand.tcl29 proc colProc col { if {$col>0 && $col%2} { return OddCol } } procedure
61 -rowtagcommand rowProc -coltagcommand colProc \
H A Dmaxsize.tcl31 proc colProc col { if {$col > 0 && $col % 2} { return OddCol } } procedure
43 -coltagcommand colProc \
H A Ddebug.tcl28 proc colProc col { if {$col > 0 && $col % 2} { return OddCol } } procedure
41 -coltagcommand colProc \

Completed in 218 milliseconds