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

/ast/src/lib/libtk/generic/
H A DtkFrame.c45 char *visualName; /* Textual description of visual for window, member in struct:__anon399
141 DEF_FRAME_VISUAL, Tk_Offset(Frame, visualName),
245 char *className, *screenName, *visualName, *colormapName, *arg;
263 className = colormapName = screenName = visualName = NULL;
283 visualName = argv[i+1];
319 if (visualName == NULL) {
320 visualName = Tk_GetOption(new, "visual", "Visual");
325 if (visualName != NULL) {
326 visual = Tk_GetVisual(interp, new, visualName, &depth,
367 framePtr->visualName
243 char *className, *screenName, *visualName, *colormapName, *arg; local
[all...]

Completed in 7 milliseconds