/ast/src/cmd/ksh93/tests/ |
H A D | sigchld.sh | 33 integer i foreground=0 background=0 38 trap "(( background++ ))" CHLD 57 print foreground=$foreground background=$background 63 (( background == BACKGROUND )) || err_exit "expected '$BACKGROUND background' -- got '$background' (DELAY=$DELAY)"
|
/ast/src/lib/libtk/library/ |
H A D | palette.tcl | 21 # will be used as the new background color (all other colors will 33 set new(background) [lindex $args 0] 37 if ![info exists new(background)] { 38 error "must specify a background color" 43 set bg [winfo rgb . $new(background)] 60 set new(highlightBackground) $new(background) 63 # Pick a default active background that islighter than the 64 # normal background. To do this, round each color component 194 background #ffe4c4 disabledForeground #b0b0b0 foreground black \
|
H A D | scale.tcl | 24 %W config -activebackground [%W cget -background]
|
H A D | scrlbar.tcl | 24 %W config -activebackground [%W cget -background]
|
H A D | clrpick.tcl | 192 set data(-initialcolor) [. cget -background]
|
/ast/src/lib/libtk/library/demos/ |
H A D | style.tcl | 34 $w.text tag configure color1 -background #a0b7ce 39 $w.text tag configure color1 -background black -foreground white 40 $w.text tag configure color2 -background black -foreground white 41 $w.text tag configure raised -background white -relief raised \ 43 $w.text tag configure sunken -background white -relief sunken \ 46 $w.text tag configure bgstipple -background black -borderwidth 0 \ 78 $w.text insert end background color1 86 $w.text insert end background bgstipple 101 $w.text insert end { You can arrange for the background to be drawn
|
H A D | icon.tcl | 15 label $w.msg -font $font -wraplength 5i -justify left -text "This window shows three ways of using bitmaps or images in radiobuttons and checkbuttons. On the left are two radiobuttons, each of which displays a bitmap and an indicator. In the middle is a checkbutton that displays a different image depending on whether it is selected or not. On the right is a checkbutton that displays a single bitmap but changes its background color to indicate whether or not it is selected." 35 $w.frame.b1 configure -selectcolor [$w.frame.b1 cget -background]
|
H A D | twind.tcl | 69 $t insert end "can be used to change the background color of the " 191 $t configure -background [lindex [$t configure -background] 3]
|
H A D | items.tcl | 188 set bg [lindex [$c itemconf current -background] 4] 189 set restoreCmd [list $c itemconfig current -background $bg] 190 $c itemconfig current -background SteelBlue2
|
H A D | menu.tcl | 116 $m add command -label $i -background $i \
|
H A D | tcolor | 139 frame .swatch -width 2c -height 5c -background $color
|
H A D | widget | 73 .t tag configure hot -background black -foreground white
|
/ast/src/lib/libtk/generic/ |
H A D | tkGC.c | 139 valueKey.values.background = valuePtr->background; 141 valueKey.values.background = 1;
|
H A D | tkMenubutton.c | 64 * border and background when window 68 * border and background when window 101 * this GC is used to stipple background 191 {TK_CONFIG_BORDER, "-background", "background", "Background", 194 {TK_CONFIG_BORDER, "-background", "background", "Background", 199 {TK_CONFIG_SYNONYM, "-bg", "background", (char *) NULL, 591 * background from a 3-D border, or filling in complicated 614 gcValues.background [all...] |
H A D | tk3d.c | 50 * the background color. */ 126 * for window background. */ 174 * Create the information for displaying the background color, 609 * Change the background of a window to one appropriate for a given 616 * Tkwin's background gets modified. 623 Tk_Window tkwin; /* Window whose background is to be set. */ 1249 * 2. Lighter shadow is 40% brighter than background, darker shadow 1250 * is 40% darker than background. 1256 * shadow, cut 40% from each of the background color components. 1315 gcValues.background [all...] |
H A D | tkMenu.c | 68 Tk_3DBorder border; /* Structure used to draw background for 73 Tk_3DBorder activeBorder; /* Used to draw background and border when 173 {TK_CONFIG_BORDER, "-background", (char *) NULL, (char *) NULL, 265 * border and background for menu. */ 267 Tk_3DBorder activeBorder; /* Used to draw background and border for 286 * background across them. */ 357 {TK_CONFIG_BORDER, "-background", "background", "Background", 359 {TK_CONFIG_BORDER, "-background", "background", "Backgroun [all...] |
H A D | tkButton.c | 69 * border and background when window 73 * border and background when window 108 * this GC is used to stipple background 130 Tk_3DBorder selectBorder; /* For drawing indicator background, or perhaps 131 * widget background, when selected. */ 243 {TK_CONFIG_BORDER, "-background", "background", "Background", 246 {TK_CONFIG_BORDER, "-background", "background", "Background", 251 {TK_CONFIG_SYNONYM, "-bg", "background", (cha [all...] |
H A D | tkCanvBmap.c | 47 {TK_CONFIG_COLOR, "-background", (char *) NULL, (char *) NULL, 286 gcValues.background = bmapPtr->bgColor->pixel; 503 * bitmaps with "-background {}" work right). 755 * Color the background, if there is one.
|
H A D | tkImgBmap.c | 39 Tk_Uid bgUid; /* Value of -background option (malloc'ed). */ 108 {TK_CONFIG_UID, "-background", (char *) NULL, (char *) NULL, 403 gcValues.background = instancePtr->bg->pixel;
|
H A D | tkImgPhoto.c | 1736 * Make a GC with background = black and foreground = white. 1743 gcValues.background = (black != NULL)? black->pixel: 2572 * any colors (we just use the foreground and background
|
/ast/src/cmd/mailx/ |
H A D | proc.c | 409 int background = 0; local 422 background = 1; 445 register_file(fp, background ? 0 : pid); 446 if (jump && !background)
|
/ast/src/cmd/html/ |
H A D | troff2html.h | 213 char* background; /* background image */ member in struct:State_s
|
H A D | troff2html.c | 78 " [+background=URL?Specifies the document background URL.]" 3445 "background", &state.background, 0, 4897 if (state.background) 4898 sfprintf(op, " background=\"%s\"", state.background);
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclIOCmd.c | 852 int keepNewline, firstWord, background, length, result; 883 * See if the command is to be run in background. 886 background = 0; 890 background = 1; 895 (background ? 0 : TCL_STDOUT | TCL_STDERR)); 901 if (background) {
|
/ast/src/cmd/INIT/ |
H A D | package.sh | 4271 remote() # host no-exec-background 4274 background=$2 4302 '') $exec $rsh $user$name "$cmd" $background 4305 case $background in 4318 case $background in 4319 ?*) $exec "} $background" ;;
|