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

/ast/src/lib/libtk/generic/
H A DtkWindow.c163 static char *geometry; variable
173 {"-geometry", TK_ARGV_STRING, (char *) NULL, (char *) &geometry,
174 "Initial geometry for window"},
2346 name = display = geometry = colormap = visual = NULL;
2438 * Set the geometry of the main window, if requested. Put the
2439 * requested geometry into the "geometry" variable.
2442 if (geometry != NULL) {
2443 Tcl_SetVar(interp, "geometry", geometr
[all...]

Completed in 29 milliseconds