Searched refs:sashPos (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dpanedwindow.tcl14 sashPos -
44 set State(sashPos) [$w sashpos $sash]
54 $w sashpos $State(sash) [expr {$State(sashPos) + $delta}]
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkPanedwindow.c98 int sashPos; /* Folowing sash position */ member in struct:__anon13553
198 if (pos < prevPane->sashPos + sashThickness)
201 return pane->sashPos = pos;
214 pos = pane->sashPos; /* Sentinel value == master window size */
217 if (pos + sashThickness > nextPane->sashPos)
220 return pane->sashPos = pos;
281 int size = pane->sashPos - pos;
283 pos = pane->sashPos + sashThickness;
354 pane->sashPos = (pos += size);
378 int size = pane->sashPos
586 sashPos = pane->sashPos; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dpanedwindow.itk856 set sashPos [expr {$_width + $itk_option(-sashindent)}]
859 set sashPos $itk_option(-sashindent)
865 -x $sashPos -rely $_frac($i) -anchor $sashAnchor
878 set sashPos [expr {$_height + $itk_option(-sashindent)}]
881 set sashPos $itk_option(-sashindent)
888 -y $sashPos -relx $_frac($i) -anchor $sashAnchor

Completed in 126 milliseconds