Searched refs:sashWidth (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c138 int sashWidth; /* Width of each sash, in pixels. */ member in struct:PanedWindow
312 {TK_OPTION_PIXELS, "-sashwidth", "sashWidth", "Width",
314 Tk_Offset(PanedWindow, sashWidth), 0, 0, GEOMETRY},
1418 int i, sashWidth, sashHeight;
1456 sashWidth = pwPtr->sashWidth;
1458 sashWidth = Tk_Width(tkwin) - (2 * Tk_InternalBorderWidth(tkwin));
1459 sashHeight = pwPtr->sashWidth;
1471 if (sashWidth > 0 && sashHeight > 0) {
1473 slavePtr->sashx, slavePtr->sashy, sashWidth, sashHeigh
1409 int i, sashWidth, sashHeight; local
1680 int sashWidth, sashOffset, sashCount, handleOffset; local
2109 int sashWidth, sashOffset, handleOffset; 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.c108 int sashWidth; /* Width of each sash, in pixels. */ member in struct:PanedWindow
279 {TK_OPTION_PIXELS, "-sashwidth", "sashWidth", "Width",
281 Tk_Offset(PanedWindow, sashWidth), 0, 0, GEOMETRY},
1381 int i, sashWidth, sashHeight;
1419 sashWidth = pwPtr->sashWidth;
1421 sashWidth = Tk_Width(tkwin) - (2 * Tk_InternalBorderWidth(tkwin));
1422 sashHeight = pwPtr->sashWidth;
1433 sashWidth, sashHeight, 1, pwPtr->sashRelief);
1652 int sashWidth, sashOffse
1372 int i, sashWidth, sashHeight; local
1639 int sashWidth, sashOffset, sashCount, handleOffset; local
2041 int sashWidth, sashOffset, handleOffset; 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/library/
H A Dobsolete.tcl141 option add *Panedwindow.sashWidth 2 $prio; # 3
/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/tklib/tklib/modules/style/
H A Das.tcl413 option add *Panedwindow.sashWidth 3 $prio
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dpanedwindow.itk56 itk_option define -sashwidth sashWidth SashWidth 10

Completed in 206 milliseconds