Searched defs:visual (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | edit.c | 136 * 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 D | mailx.h | 876 char* visual; member in struct:__anon136::__anon147 1091 extern int visual(struct msg*);
|
/ast/src/lib/libtk/generic/ |
H A D | tkVisual.c | 20 * 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 D | tkColor.c | 52 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 D | tkFrame.c | 45 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 D | tk3d.c | 27 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 D | tkWindow.c | 165 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 D | tkInt.h | 422 Visual *visual; /* Visual to use for window. If not default, member in struct:TkWindow
|
H A D | tk.h | 431 #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
|
Completed in 427 milliseconds