Searched refs:widthInc (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dsizegrip.tcl29 widthInc 1
66 set State(widthInc) [lindex $grid 2]
69 set State(widthInc) [set State(heightInc) 1]
88 set w [expr {$w + ($X - $State(pressX))/$State(widthInc)}]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXWm.h97 int widthInc, heightInc; /* Increments for size changes (# pixels member in struct:TkWmInfo
H A DtkMacOSXWm.c380 base = winPtr->reqWidth - (wmPtr->reqGridWidth * wmPtr->widthInc);
384 minWidth = base + (minWidth * wmPtr->widthInc);
385 maxWidth = base + (maxWidth * wmPtr->widthInc);
400 [macWindow setResizeIncrements:NSMakeSize(wmPtr->widthInc,
527 wmPtr->widthInc = wmPtr->heightInc = 1;
1774 - winPtr->reqWidth)/wmPtr->widthInc;
1823 int reqWidth, reqHeight, widthInc, heightInc;
1827 "window ?baseWidth baseHeight widthInc heightInc?");
1835 wmPtr->reqGridHeight, wmPtr->widthInc,
1850 - wmPtr->reqGridWidth)*wmPtr->widthInc;
1802 int reqWidth, reqHeight, widthInc, heightInc; local
3313 Tk_SetGrid( Tk_Window tkwin, int reqWidth, int reqHeight, int widthInc, int heightInc) argument
[all...]
H A DtkMacOSXWindowEvent.c558 + (width - winPtr->reqWidth)/wmPtr->widthInc;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXWm.h140 int widthInc, heightInc; /* Increments for size changes (# pixels member in struct:TkWmInfo
H A DtkMacOSXWm.c235 wmPtr->widthInc = wmPtr->heightInc = 1;
1541 - winPtr->reqWidth)/wmPtr->widthInc;
1590 int reqWidth, reqHeight, widthInc, heightInc;
1594 "window ?baseWidth baseHeight widthInc heightInc?");
1602 wmPtr->reqGridHeight, wmPtr->widthInc,
1617 - wmPtr->reqGridWidth)*wmPtr->widthInc;
1621 wmPtr->widthInc = 1;
1626 || (Tcl_GetIntFromObj(interp, objv[5], &widthInc) != TCL_OK)
1638 if (widthInc <= 0) {
1639 Tcl_SetResult(interp, "widthInc ca
1571 int reqWidth, reqHeight, widthInc, heightInc; local
3076 Tk_SetGrid( Tk_Window tkwin, int reqWidth, int reqHeight, int widthInc, int heightInc) argument
[all...]
H A DtkMacOSXWindowEvent.c788 + (width - winPtr->reqWidth)/wmPtr->widthInc;
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinWm.c198 int widthInc, heightInc; /* Increments for size changes (# pixels member in struct:TkWmInfo
1749 base = winPtr->reqWidth - (wmPtr->reqGridWidth * wmPtr->widthInc);
1754 info->ptMinTrackSize.x = base + (minWidth * wmPtr->widthInc);
1755 info->ptMaxTrackSize.x = base + (maxWidth * wmPtr->widthInc);
1892 wmPtr->widthInc = wmPtr->heightInc = 1;
3555 - winPtr->reqWidth)/wmPtr->widthInc;
3604 int reqWidth, reqHeight, widthInc, heightInc;
3608 "window ?baseWidth baseHeight widthInc heightInc?");
3616 wmPtr->reqGridHeight, wmPtr->widthInc,
3631 - wmPtr->reqGridWidth)*wmPtr->widthInc;
3566 int reqWidth, reqHeight, widthInc, heightInc; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinWm.c206 int widthInc, heightInc; /* Increments for size changes (# pixels per member in struct:TkWmInfo
1876 base = winPtr->reqWidth - (wmPtr->reqGridWidth * wmPtr->widthInc);
1881 info->ptMinTrackSize.x = base + (minWidth * wmPtr->widthInc);
1882 info->ptMaxTrackSize.x = base + (maxWidth * wmPtr->widthInc);
2019 wmPtr->widthInc = wmPtr->heightInc = 1;
3848 - winPtr->reqWidth)/wmPtr->widthInc;
3903 int reqWidth, reqHeight, widthInc, heightInc;
3907 "window ?baseWidth baseHeight widthInc heightInc?");
3915 wmPtr->reqGridHeight, wmPtr->widthInc,
3930 - wmPtr->reqGridWidth)*wmPtr->widthInc;
3862 int reqWidth, reqHeight, widthInc, heightInc; local
5721 Tk_SetGrid( Tk_Window tkwin, int reqWidth, int reqHeight, int widthInc, int heightInc) argument
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixWm.c116 int widthInc, heightInc; /* Increments for size changes (# pixels member in struct:TkWmInfo
571 wmPtr->widthInc = wmPtr->heightInc = 1;
1675 - winPtr->reqWidth)/wmPtr->widthInc;
1724 int reqWidth, reqHeight, widthInc, heightInc;
1728 "window ?baseWidth baseHeight widthInc heightInc?");
1736 wmPtr->reqGridHeight, wmPtr->widthInc,
1751 - wmPtr->reqGridWidth)*wmPtr->widthInc;
1755 wmPtr->widthInc = 1;
1760 || (Tcl_GetIntFromObj(interp, objv[5], &widthInc) != TCL_OK)
1772 if (widthInc <
1707 int reqWidth, reqHeight, widthInc, heightInc; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixWm.c131 int widthInc, heightInc; /* Increments for size changes (# pixels per member in struct:TkWmInfo
590 wmPtr->widthInc = wmPtr->heightInc = 1;
1923 - winPtr->reqWidth)/wmPtr->widthInc;
1972 int reqWidth, reqHeight, widthInc, heightInc;
1976 "window ?baseWidth baseHeight widthInc heightInc?");
1984 wmPtr->reqGridHeight, wmPtr->widthInc,
1999 - wmPtr->reqGridWidth)*wmPtr->widthInc;
2003 wmPtr->widthInc = 1;
2008 || (Tcl_GetIntFromObj(interp, objv[5], &widthInc) != TCL_OK)
2020 if (widthInc <
1952 int reqWidth, reqHeight, widthInc, heightInc; local
3667 Tk_SetGrid( Tk_Window tkwin, int reqWidth, int reqHeight, int widthInc, int heightInc) argument
[all...]

Completed in 169 milliseconds