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

/ast/src/lib/libtk/generic/
H A DtkVisual.c20 * The table below maps from symbolic names for visual classes
50 Visual *visual; /* Visual for which colormap was member in struct:TkColormap
60 * visual, so it can be shared. */
71 * Given a string identifying a particular kind of visual, this
72 * procedure returns a visual and depth that matches the specification.
75 * The return value is normally a pointer to a visual. If an
76 * error occurred in looking up the visual, NULL is returned and
78 * visual is returned to *depthPtr under normal returns. If
80 * suitable colormap for use with the visual in tkwin, and it
93 Tk_Window tkwin; /* Window in which visual wil
106 Visual *visual; local
[all...]
H A DtkColor.c52 Visual *visual; /* Visual associated with colormap. */ member in struct:TkColor
238 tkColPtr->visual = Tk_Visual(tkwin);
323 tkColPtr->visual = Tk_Visual(tkwin);
450 Visual *visual;
476 visual = tkColPtr->visual;
477 if ((visual->class != StaticGray) && (visual->class != StaticColor)
575 panic("FindClosestColor couldn't lookup visual");
445 Visual *visual; local
H A DtkWindow.c165 static char *visual; variable
179 {"-visual", TK_ARGV_STRING, (char *) NULL, (char *) &visual,
291 * use the default visual. In this case, the default border is
293 * it will have the wrong visual.
513 * inherit visual information. NULL means
525 winPtr->visual = parentPtr->visual;
528 winPtr->visual = DefaultVisual(dispPtr->display, screenNum);
1717 * This procedure is called to specify a visual t
[all...]
H A DtkFrame.c45 char *visualName; /* Textual description of visual for window,
46 * from -visual option. Malloc-ed, may be
140 {TK_CONFIG_STRING, "-visual", "visual", "Visual",
248 Visual *visual;
258 * "-class", "-screen", "-visual", and "-colormap" options. These
282 && (strncmp(arg, "-visual", strlen(arg)) == 0)) {
289 * -colormap, -screenname, and -visual. The order here is tricky,
320 visualName = Tk_GetOption(new, "visual", "Visual");
326 visual
246 Visual *visual; local
[all...]
H A Dtk3d.c27 Visual *visual; /* Visual for all windows and pixmaps using member in struct:__anon378
159 borderPtr->visual = Tk_Visual(tkwin);
1306 if (borderPtr->visual->map_entries > 2) {
H A Dtk.h431 #define Tk_Visual(tkwin) (((Tk_FakeWin *) (tkwin))->visual)
469 Visual *visual;
774 * (new visual or screen). */
1307 Visual *visual, int depth,
468 Visual *visual; member in struct:Tk_FakeWin
H A DtkInt.h422 Visual *visual; /* Visual to use for window. If not default, member in struct:TkWindow
H A DtkImgPhoto.c64 * - the visual used by the window
100 XVisualInfo visualInfo; /* Information about the visual for windows
203 XVisualInfo visualInfo; /* Information about the visual that these
1514 instancePtr->visualInfo.visual, (unsigned) bitsPerPixel,
1684 * Obtain information about the visual and decide on the
1729 panic("ImgPhotoGet couldn't find visual for window");
2614 * PseudoColor, StaticColor, GrayScale or StaticGray visual:
2623 * Color display using a PseudoColor or StaticColor visual.
/ast/src/cmd/mailx/
H A Dedit.c136 * Invoke the visual editor on a message list.
139 visual(struct msg* msgvec) function
148 * "Type" is 'e' for state.var.editor, 'v' for state.var.visual.
182 edit = type == 'e' ? state.var.editor : state.var.visual;
H A Ddata.c234 "v[isual]", CMD(visual), I|MSGLIST, 0, MMNORM,
326 "VISUAL", &state.var.visual, D|E|N, "vi",0,
327 X("The utility invoked for the visual and ~v commands."),
H A Dmailx.h876 char* visual; member in struct:__anon136::__anon147
1091 extern int visual(struct msg*);
/ast/src/lib/libtk/unix/
H A DtkUnixWm.c4073 InputOutput, winPtr->visual, winPtr->dirtyAtts,

Completed in 88 milliseconds