Searched refs:reqHeight (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkGeometry.c136 int reqWidth, int reqHeight)/* Minimum desired dimensions for window, in
149 if (reqHeight <= 0) {
150 reqHeight = 1;
152 if ((reqWidth == winPtr->reqWidth) && (reqHeight == winPtr->reqHeight)) {
156 winPtr->reqHeight = reqHeight;
131 Tk_GeometryRequest( Tk_Window tkwin, int reqWidth, int reqHeight) argument
H A DtkPanedWindow.c2127 int reqWidth, reqHeight, dim;
2134 reqWidth = reqHeight = 0;
2224 if (dim > reqHeight) {
2225 reqHeight = dim;
2267 reqHeight = (pwPtr->height > 0 ?
2268 pwPtr->height : reqHeight + (2 * internalBw));
2272 reqHeight = (pwPtr->height > 0 ?
2275 Tk_GeometryRequest(pwPtr->tkwin, reqWidth, reqHeight);
2110 int reqWidth, reqHeight, dim; local
H A Dtk.h730 #define Tk_ReqHeight(tkwin) (((Tk_FakeWin *) (tkwin))->reqHeight)
787 int reqWidth, reqHeight;
785 int reqWidth, reqHeight; member in struct:Tk_FakeWin
H A DtkInt.h811 int reqWidth, reqHeight; /* Arguments from last call to member in struct:TkWindow
H A DtkDecls.h525 int reqHeight);
1020 int reqHeight, int gridWidth, int gridHeight);
1770 void (*tk_GeometryRequest) (Tk_Window tkwin, int reqWidth, int reqHeight); /* 79 */
1854 void (*tk_SetGrid) (Tk_Window tkwin, int reqWidth, int reqHeight, int gridWidth, int gridHeight); /* 163 */
H A DtkWindow.c707 winPtr->reqWidth = winPtr->reqHeight = 1;
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkGeometry.c137 Tk_GeometryRequest(tkwin, reqWidth, reqHeight)
140 int reqWidth, reqHeight; /* Minimum desired dimensions for
153 if (reqHeight <= 0) {
154 reqHeight = 1;
156 if ((reqWidth == winPtr->reqWidth) && (reqHeight == winPtr->reqHeight)) {
160 winPtr->reqHeight = reqHeight;
H A DtkPanedWindow.c2059 int reqWidth, reqHeight, dim;
2066 reqWidth = reqHeight = 0;
2153 if (dim > reqHeight) {
2154 reqHeight = dim;
2197 reqHeight = (pwPtr->height > 0 ?
2198 pwPtr->height : reqHeight + (2 * internalBw));
2202 reqHeight = (pwPtr->height > 0 ?
2205 Tk_GeometryRequest(pwPtr->tkwin, reqWidth, reqHeight);
2042 int reqWidth, reqHeight, dim; local
H A Dtk.h728 #define Tk_ReqHeight(tkwin) (((Tk_FakeWin *) (tkwin))->reqHeight)
786 int reqWidth, reqHeight;
785 int reqWidth, reqHeight; member in struct:Tk_FakeWin
H A DtkInt.h832 int reqWidth, reqHeight; /* Arguments from last call to member in struct:TkWindow
H A DtkDecls.h315 int reqWidth, int reqHeight));
582 int reqWidth, int reqHeight, int gridWidth,
1010 void (*tk_GeometryRequest) _ANSI_ARGS_((Tk_Window tkwin, int reqWidth, int reqHeight)); /* 79 */
1094 void (*tk_SetGrid) _ANSI_ARGS_((Tk_Window tkwin, int reqWidth, int reqHeight, int gridWidth, int gridHeight)); /* 163 */
H A DtkWindow.c700 winPtr->reqWidth = winPtr->reqHeight = 1;
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinWm.c1757 base = winPtr->reqHeight - (wmPtr->reqGridHeight * wmPtr->heightInc);
3557 - winPtr->reqHeight)/wmPtr->heightInc;
3604 int reqWidth, reqHeight, widthInc, heightInc;
3632 wmPtr->height = winPtr->reqHeight + (wmPtr->height
3639 || (Tcl_GetIntFromObj(interp, objv[4], &reqHeight) != TCL_OK)
3648 if (reqHeight < 0) {
3660 Tk_SetGrid((Tk_Window) winPtr, reqWidth, reqHeight, widthInc,
5279 Tk_SetGrid(tkwin, reqWidth, reqHeight, widthInc, heightInc)
5285 int reqHeight; /* Height (in grid units) corresponding to
5322 && (wmPtr->reqGridHeight == reqHeight)
3566 int reqWidth, reqHeight, widthInc, heightInc; local
5682 int reqHeight, reqWidth; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinWm.c1884 base = winPtr->reqHeight - (wmPtr->reqGridHeight * wmPtr->heightInc);
3850 - winPtr->reqHeight)/wmPtr->heightInc;
3903 int reqWidth, reqHeight, widthInc, heightInc;
3931 wmPtr->height = winPtr->reqHeight + (wmPtr->height
3938 || (Tcl_GetIntFromObj(interp, objv[4], &reqHeight) != TCL_OK)
3947 if (reqHeight < 0) {
3959 Tk_SetGrid((Tk_Window) winPtr, reqWidth, reqHeight, widthInc,
5790 int reqHeight, /* Height (in grid units) corresponding to the
5827 && (wmPtr->reqGridHeight == reqHeight)
5859 wmPtr->reqGridHeight = reqHeight;
3862 int reqWidth, reqHeight, widthInc, heightInc; local
5721 Tk_SetGrid( Tk_Window tkwin, int reqWidth, int reqHeight, int widthInc, int heightInc) argument
6156 int reqHeight, reqWidth; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.c1543 - winPtr->reqHeight)/wmPtr->heightInc;
1590 int reqWidth, reqHeight, widthInc, heightInc;
1618 wmPtr->height = winPtr->reqHeight + (wmPtr->height
1625 || (Tcl_GetIntFromObj(interp, objv[4], &reqHeight) != TCL_OK)
1634 if (reqHeight < 0) {
1646 Tk_SetGrid((Tk_Window) winPtr, reqWidth, reqHeight, widthInc,
3123 int reqHeight, /* Height (in grid units) corresponding to
3157 && (wmPtr->reqGridHeight == reqHeight)
3189 wmPtr->reqGridHeight = reqHeight;
3246 wmPtr->height = winPtr->reqHeight
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.c796 if ((wmPtr->height == -1) && (height == winPtr->reqHeight)) {
804 + (height - winPtr->reqHeight)/wmPtr->heightInc;
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkWidget.c47 int reqWidth = 1, reqHeight = 1; local
49 if (corePtr->widgetSpec->sizeProc(corePtr,&reqWidth,&reqHeight)) {
50 Tk_GeometryRequest(corePtr->tkwin, reqWidth, reqHeight);
H A DttkManager.c322 int reqHeight= Tk_ReqHeight(slaveWindow); local
325 mgr->managerData, slaveIndex, reqWidth, reqHeight))
H A DttkNotebook.c379 reqWidth = 0, reqHeight = 0, local
402 Tcl_GetIntFromObj(NULL, nb->notebook.heightObj,&reqHeight);
405 if (reqHeight > 0)
406 clientHeight = reqHeight;
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.c386 base = winPtr->reqHeight - (wmPtr->reqGridHeight * wmPtr->heightInc);
1776 - winPtr->reqHeight)/wmPtr->heightInc;
1823 int reqWidth, reqHeight, widthInc, heightInc;
1851 wmPtr->height = winPtr->reqHeight + (wmPtr->height
1858 || (Tcl_GetIntFromObj(interp, objv[4], &reqHeight) != TCL_OK)
1867 if (reqHeight < 0) {
1879 Tk_SetGrid((Tk_Window) winPtr, reqWidth, reqHeight, widthInc,
3362 int reqHeight, /* Height (in grid units) corresponding to the
3396 && (wmPtr->reqGridHeight == reqHeight)
3428 wmPtr->reqGridHeight = reqHeight;
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.c566 if ((wmPtr->height == -1) && (height == winPtr->reqHeight)) {
574 + (height - winPtr->reqHeight)/wmPtr->heightInc;
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c1677 - winPtr->reqHeight)/wmPtr->heightInc;
1724 int reqWidth, reqHeight, widthInc, heightInc;
1752 wmPtr->height = winPtr->reqHeight + (wmPtr->height
1759 || (Tcl_GetIntFromObj(interp, objv[4], &reqHeight) != TCL_OK)
1768 if (reqHeight < 0) {
1780 Tk_SetGrid((Tk_Window) winPtr, reqWidth, reqHeight, widthInc,
3400 Tk_SetGrid(tkwin, reqWidth, reqHeight, widthInc, heightInc)
3406 int reqHeight; /* Height (in grid units) corresponding to
3449 && (wmPtr->reqGridHeight == reqHeight)
3481 wmPtr->reqGridHeight = reqHeight;
1707 int reqWidth, reqHeight, widthInc, heightInc; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixWm.c1925 - winPtr->reqHeight)/wmPtr->heightInc;
1972 int reqWidth, reqHeight, widthInc, heightInc;
2000 wmPtr->height = winPtr->reqHeight + (wmPtr->height
2007 || (Tcl_GetIntFromObj(interp, objv[4], &reqHeight) != TCL_OK)
2016 if (reqHeight < 0) {
2028 Tk_SetGrid((Tk_Window) winPtr, reqWidth, reqHeight, widthInc,
3715 int reqHeight, /* Height (in grid units) corresponding to the
3759 && (wmPtr->reqGridHeight == reqHeight)
3791 wmPtr->reqGridHeight = reqHeight;
3858 wmPtr->height = winPtr->reqHeight
1952 int reqWidth, reqHeight, widthInc, heightInc; local
3667 Tk_SetGrid( Tk_Window tkwin, int reqWidth, int reqHeight, int widthInc, int heightInc) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistUtil.tcl1842 -height $data($key,$col-reqHeight) \
2873 set reqHeight [winfo reqheight $w]
2874 if {$reqHeight > $maxLabelHeight} {
2875 set maxLabelHeight $reqHeight
2887 set reqHeight [expr {[winfo reqheight $l] + 2*$borderWidth}]
2888 if {$reqHeight > $maxLabelHeight} {
2889 set maxLabelHeight $reqHeight
H A DtablelistConfig.tcl3358 unset data($key,$col-reqHeight)
3396 set data($key,$col-reqHeight) [winfo reqheight $aux.w]
3397 $aux configure -height $data($key,$col-reqHeight)
3404 $data($key,$col-reqHeight) == 1) &&

Completed in 290 milliseconds

12