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

/ast/src/lib/libtk/generic/
H A DtkGeometry.c149 Tk_GeometryRequest(tkwin, reqWidth, reqHeight)
152 int reqWidth, reqHeight; /* Minimum desired dimensions for
165 if (reqHeight <= 0) {
166 reqHeight = 1;
168 if ((reqWidth == winPtr->reqWidth) && (reqHeight == winPtr->reqHeight)) {
172 winPtr->reqHeight = reqHeight;
H A Dtk.h448 #define Tk_ReqHeight(tkwin) (((Tk_FakeWin *) (tkwin))->reqHeight)
495 int reqWidth, reqHeight;
1131 int reqWidth, int reqHeight));
1290 int reqWidth, int reqHeight, int gridWidth,
494 int reqWidth, reqHeight; member in struct:Tk_FakeWin
H A DtkInt.h532 int reqWidth, reqHeight; /* Arguments from last call to member in struct:TkWindow
H A DtkWindow.c561 winPtr->reqWidth = winPtr->reqHeight = 1;
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c1036 - winPtr->reqHeight)/wmPtr->heightInc;
1053 int reqWidth, reqHeight, widthInc, heightInc;
1079 wmPtr->height = winPtr->reqHeight + (wmPtr->height
1086 || (Tcl_GetInt(interp, argv[4], &reqHeight) != TCL_OK)
1095 if (reqHeight < 0) {
1107 Tk_SetGrid((Tk_Window) winPtr, reqWidth, reqHeight, widthInc,
1764 Tk_SetGrid(tkwin, reqWidth, reqHeight, widthInc, heightInc)
1770 int reqHeight; /* Height (in grid units) corresponding to
1800 && (wmPtr->reqGridHeight == reqHeight)
1832 wmPtr->reqGridHeight = reqHeight;
1047 int reqWidth, reqHeight, widthInc, heightInc; local
[all...]

Completed in 30 milliseconds