/ast/src/lib/libtk/library/demos/ |
H A D | ixset | 123 set screentim [.screen.val.le.tim.entry get] 124 set screencyc [.screen.val.le.cyc.entry get] 158 .screen.val.rb.blank [expr "{$screenbla}=={blank} ? {select} : {deselect}"] 159 .screen.val.rb.pat [expr "{$screenbla}!={blank} ? {select} : {deselect}"] 160 .screen.val.le.tim.entry delete 0 end 161 .screen.val.le.tim.entry insert 0 $screentim 162 .screen.val.le.cyc.entry delete 0 end 163 .screen.val.le.cyc.entry insert 0 $screencyc 253 frame .screen -relief raised -borderwidth 2 255 label .screen [all...] |
/ast/src/lib/libtk/library/ |
H A D | tk.tcl | 32 # "current" screen is changing. The procedure does two things. 38 # screen - The name of the new screen. 40 proc tkScreenChanged screen { 41 set disp [file rootname $screen] 45 set tkPriv(screen) $screen 63 set tkPriv(screen) $screen 72 tkScreenChanged [winfo screen [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkColor.c | 48 Screen *screen; /* Screen where this color is valid. Used member in struct:TkColor 192 XColor screen; 194 if (XAllocNamedColor(display, nameKey.colormap, name, &screen, 206 &screen) == 0) { 212 FindClosestColor(tkwin, &screen, &color); 236 tkColPtr->screen = Tk_Screen(tkwin); 321 tkColPtr->screen = Tk_Screen(tkwin); 399 * used (must have same screen and depth 417 tkColPtr->gc = XCreateGC(DisplayOfScreen(tkColPtr->screen), 451 Screen *screen 191 XColor screen; local 446 Screen *screen = tkColPtr->screen; local [all...] |
H A D | tkBitmap.c | 59 Screen *screen; /* Screen on which bitmap will be used. */ member in struct:__anon386 161 nameKey.screen = Tk_Screen(tkwin); 186 RootWindowOfScreen(nameKey.screen), string, 214 RootWindowOfScreen(nameKey.screen), predefPtr->source,
|
H A D | tk3d.c | 26 Screen *screen; /* Screen on which the border will be used. */ member in struct:__anon378 71 Screen *screen; /* Screen on which border will be drawn. */ member in struct:__anon379 145 key.screen = Tk_Screen(tkwin); 158 borderPtr->screen = Tk_Screen(tkwin); 573 Display *display = DisplayOfScreen(borderPtr->screen); 947 * Information gets drawn on the screen. 986 * Information gets drawn on the screen. 1315 gcValues.background = BlackPixelOfScreen(borderPtr->screen); 1320 gcValues.background = WhitePixelOfScreen(borderPtr->screen); 1332 gcValues.foreground = WhitePixelOfScreen(borderPtr->screen); [all...] |
H A D | tkVisual.c | 123 * same screen as tkwin, then just use its visual. Otherwise 166 * Use the default visual for the window's screen. 241 template.screen = Tk_ScreenNumber(tkwin); 261 * 3. Default: the default visual for the screen gets preference 309 * If the visual is the default visual for the screen, then 401 * other window must be on the same screen). 410 ": not on same screen", (char *) NULL);
|
H A D | tkBind.c | 272 * of the current display and screen in the interpreter, so that 273 * a script can be invoked whenever the display/screen changes 281 int curScreenIndex; /* Index of screen for last binding command. */ 1401 * Save information about the current screen, then invoke a script 1402 * if the screen has changed. 1461 * screen is no longer current. Change the current display 2162 * This procedure is invoked whenever the current screen changes 2164 * "tkScreenChanged", passing it the screen name as argument. 2183 int screenIndex; /* Index of new screen. */ 2187 char screen[3 2173 char screen[30]; local [all...] |
H A D | tkCmds.c | 1166 } else if ((c == 's') && (strcmp(argv[1], "screen") == 0)) { 1169 SETUP("screen"); 1272 template.screen = Tk_ScreenNumber(window); 1276 interp->result = "can't find any visuals for screen"; 1346 "screen, screencells, screendepth, screenheight, ",
|
H A D | tkImgPhoto.c | 179 * a photo image in windows on a given screen that are using the 1688 visualInfo.screen = Tk_ScreenNumber(tkwin); 2165 instancePtr->visualInfo.screen), 3709 * updating the screen image.
|
/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 25 One line screen editor for any program 104 genchar *screen; /* pointer to window buffer */ member in struct:_emacs_ 105 genchar *cursor; /* Cursor in real screen */ 163 FIRST, /* First time thru for logical line, prompt on screen */ 164 REFRESH, /* Redraw entire screen */ 165 APPEND, /* Append char before cursor to screen */ 166 UPDATE, /* Update the screen as need be */ 167 FINAL /* Update screen even if pending look ahead */ 200 ep->screen = Screen; 1061 case cntl('L'): /* clear screen */ [all...] |
/ast/src/cmd/ie/ |
H A D | emacs.c | 24 One line screen editor for any program 150 static genchar *screen; /* pointer to window buffer */ variable 151 static genchar *cursor; /* Cursor in real screen */ 160 FIRST, /* First time thru for logical line, prompt on screen */ 161 REFRESH, /* Redraw entire screen */ 162 APPEND, /* Append char before cursor to screen */ 163 UPDATE, /* Update the screen as need be */ 164 FINAL /* Update screen even if pending look ahead */ 203 screen = Screen; 1184 /* Adjust screen t [all...] |
/ast/src/cmd/mailx/ |
H A D | cmd1.c | 192 if ((m = state.var.screen) <= 0 && (m = state.msg.count) <= 0) 222 * Scroll to the next/previous screen 234 if (s * state.var.screen > state.msg.count) {
|
H A D | vars.c | 468 state.var.screen = 0; 518 * Trap screen variable assignment. 605 * Trap screen variable assignment. 612 state.var.screen = state.screenheight > 4 ? (state.screenheight - 4) : state.screenheight;
|
H A D | data.c | 131 X("[ message ]\nList a page of header summaries that includes the selected message. ${screen} determines the numbers of summaries per page."), 241 X("[ + | - ]\nScroll the header summary forward (+ or no argument), or backward (-) by ${screen} lines."), 442 "screen", (char**)&state.var.screen, I, "",set_screen,
|
H A D | mailx.h | 635 int realscreenheight; /* Real screen height */ 847 long screen; member in struct:__anon136::__anon147
|