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

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkClassicTheme.c331 int sashPad = 2, sashThickness = 6, handleSize = 8; local
335 Tk_GetPixelsFromObj(NULL, tkwin, sash->handleSizeObj, &handleSize);
338 if (sashThickness < handleSize + 2*sashPad)
339 sashThickness = handleSize + 2*sashPad;
355 int handleSize = 8, handlePad = 8; local
359 Tk_GetPixelsFromObj(NULL, tkwin, sash->handleSizeObj, &handleSize);
395 if (handleSize >= 0) {
397 hb = Ttk_StickBox(b, handleSize, handleSize, TTK_STICK_W);
400 hb = Ttk_StickBox(b, handleSize, handleSiz
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c144 int handleSize; /* Size of one side of a sash handle (handles member in struct:PanedWindow
289 {TK_OPTION_PIXELS, "-handlesize", "handleSize", "HandleSize",
291 Tk_Offset(PanedWindow, handleSize), 0, 0, GEOMETRY},
1479 pwPtr->handleSize, pwPtr->handleSize, 1,
1746 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
1747 sashWidth = (2 * pwPtr->sashPad) + pwPtr->handleSize;
1748 sashOffset = ((pwPtr->handleSize - pwPtr->sashWidth) / 2)
1752 handleOffset = ((pwPtr->sashWidth - pwPtr->handleSize) / 2)
2144 if (pwPtr->showHandle && pwPtr->handleSize > pwPt
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkPanedWindow.c114 int handleSize; /* Size of one side of a sash handle (handles member in struct:PanedWindow
256 {TK_OPTION_PIXELS, "-handlesize", "handleSize", "HandleSize",
258 Tk_Offset(PanedWindow, handleSize), 0, 0, GEOMETRY},
1437 pwPtr->handleSize, pwPtr->handleSize, 1,
1691 if (pwPtr->showHandle && pwPtr->handleSize > pwPtr->sashWidth) {
1692 sashWidth = (2 * pwPtr->sashPad) + pwPtr->handleSize;
1693 sashOffset = ((pwPtr->handleSize - pwPtr->sashWidth) / 2)
1697 handleOffset = ((pwPtr->sashWidth - pwPtr->handleSize) / 2)
2076 if (pwPtr->showHandle && pwPtr->handleSize > pwPt
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/network.subproj/
H A DIONetworkLib.c151 size_t handleSize = sizeof(*dataHandleP);
154 dataHandleP, &handleSize);

Completed in 206 milliseconds