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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c1418 int i, sashWidth, sashHeight;
1455 sashHeight = Tk_Height(tkwin) - (2 * Tk_InternalBorderWidth(tkwin));
1459 sashHeight = pwPtr->sashWidth;
1471 if (sashWidth > 0 && sashHeight > 0) {
1473 slavePtr->sashx, slavePtr->sashy, sashWidth, sashHeight,
2794 int index, x, y, sashWidth, sashHeight;
2850 sashHeight = Tk_Height(pwPtr->tkwin) -
2857 sashHeight = pwPtr->sashWidth;
2865 if (sashHeight < 1) {
2866 sashHeight
1409 int i, sashWidth, sashHeight; local
2768 int index, x, y, sashWidth, sashHeight; local
2963 int i, sashHeight, sashWidth, thisx, thisy; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c1381 int i, sashWidth, sashHeight;
1418 sashHeight = Tk_Height(tkwin) - (2 * Tk_InternalBorderWidth(tkwin));
1422 sashHeight = pwPtr->sashWidth;
1433 sashWidth, sashHeight, 1, pwPtr->sashRelief);
2696 int index, x, y, sashWidth, sashHeight;
2752 sashHeight = Tk_Height(pwPtr->tkwin) -
2759 sashHeight = pwPtr->sashWidth;
2786 x, y, sashWidth, sashHeight);
2888 int i, sashHeight, sashWidth, thisx, thisy;
2894 sashHeight
1372 int i, sashWidth, sashHeight; local
2670 int index, x, y, sashWidth, sashHeight; local
2859 int i, sashHeight, sashWidth, thisx, thisy; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkPanedwindow.c555 int sashWidth, sashHeight; local
557 Ttk_LayoutSize(sashLayout, 0, &sashWidth, &sashHeight);
558 pw->paned.sashThickness = horizontal ? sashWidth : sashHeight;
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dpanedwindow.itk57 itk_option define -sashheight sashHeight SashHeight 10

Completed in 184 milliseconds