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

/ast/src/lib/libtk/unix/
H A DtkUnixWm.c105 int widthInc, heightInc; /* Increments for size changes (# pixels member in struct:TkWmInfo
386 wmPtr->widthInc = wmPtr->heightInc = 1;
1034 - winPtr->reqWidth)/wmPtr->widthInc;
1053 int reqWidth, reqHeight, widthInc, heightInc;
1058 "widthInc heightInc?\"", (char *) NULL);
1064 wmPtr->reqGridHeight, wmPtr->widthInc,
1078 - wmPtr->reqGridWidth)*wmPtr->widthInc;
1082 wmPtr->widthInc = 1;
1087 || (Tcl_GetInt(interp, argv[5], &widthInc) != TCL_OK)
1099 if (widthInc <
1047 int reqWidth, reqHeight, widthInc, heightInc; local
[all...]

Completed in 16 milliseconds