/ast/src/lib/libtk/generic/ |
H A D | tkMenubutton.c | 183 {TK_CONFIG_COLOR, "-activeforeground", "activeForeground", "Background", 186 {TK_CONFIG_COLOR, "-activeforeground", "activeForeground", "Background", 209 {TK_CONFIG_COLOR, "-disabledforeground", "disabledForeground", 213 {TK_CONFIG_COLOR, "-disabledforeground", "disabledForeground", 221 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground", 225 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 228 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor",
|
H A D | tkConfig.c | 387 case TK_CONFIG_COLOR: { 794 case TK_CONFIG_COLOR: { 971 case TK_CONFIG_COLOR:
|
H A D | tkMessage.c | 132 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground", 134 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 137 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor",
|
H A D | tkScrollbar.c | 208 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 211 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor", 230 {TK_CONFIG_COLOR, "-troughcolor", "troughColor", "Background", 233 {TK_CONFIG_COLOR, "-troughcolor", "troughColor", "Background",
|
H A D | tkButton.c | 233 {TK_CONFIG_COLOR, "-activeforeground", "activeForeground", "Background", 237 {TK_CONFIG_COLOR, "-activeforeground", "activeForeground", "Background", 264 {TK_CONFIG_COLOR, "-disabledforeground", "disabledForeground", 268 {TK_CONFIG_COLOR, "-disabledforeground", "disabledForeground", 277 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground", 281 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 284 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor",
|
H A D | tkMenu.c | 165 {TK_CONFIG_COLOR, "-activeforeground", (char *) NULL, (char *) NULL, 189 {TK_CONFIG_COLOR, "-foreground", (char *) NULL, (char *) NULL, 212 {TK_CONFIG_COLOR, "-selectcolor", (char *) NULL, (char *) NULL, 351 {TK_CONFIG_COLOR, "-activeforeground", "activeForeground", "Background", 354 {TK_CONFIG_COLOR, "-activeforeground", "activeForeground", "Background", 369 {TK_CONFIG_COLOR, "-disabledforeground", "disabledForeground", 372 {TK_CONFIG_COLOR, "-disabledforeground", "disabledForeground", 379 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground", 385 {TK_CONFIG_COLOR, "-selectcolor", "selectColor", "Background", 388 {TK_CONFIG_COLOR, " [all...] |
H A D | tkScale.c | 245 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground", 248 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground", 253 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 256 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor", 291 {TK_CONFIG_COLOR, "-troughcolor", "troughColor", "Background", 294 {TK_CONFIG_COLOR, "-troughcolor", "troughColor", "Background",
|
H A D | tkCanvBmap.c | 47 {TK_CONFIG_COLOR, "-background", (char *) NULL, (char *) NULL, 51 {TK_CONFIG_COLOR, "-foreground", (char *) NULL, (char *) NULL,
|
H A D | tkCanvPoly.c | 52 {TK_CONFIG_COLOR, "-fill", (char *) NULL, (char *) NULL, 54 {TK_CONFIG_COLOR, "-outline", (char *) NULL, (char *) NULL,
|
H A D | tkFrame.c | 124 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 127 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor",
|
H A D | tkEntry.c | 197 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground", 199 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 202 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor", 237 {TK_CONFIG_COLOR, "-selectforeground", "selectForeground", "Background", 240 {TK_CONFIG_COLOR, "-selectforeground", "selectForeground", "Background",
|
H A D | tkListbox.c | 218 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground", 222 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 225 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor", 240 {TK_CONFIG_COLOR, "-selectforeground", "selectForeground", "Background", 243 {TK_CONFIG_COLOR, "-selectforeground", "selectForeground", "Background",
|
H A D | tkText.c | 53 {TK_CONFIG_COLOR, "-foreground", "foreground", "Foreground", 57 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 60 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor", 97 {TK_CONFIG_COLOR, "-selectforeground", "selectForeground", "Background", 100 {TK_CONFIG_COLOR, "-selectforeground", "selectForeground", "Background",
|
H A D | tkRectOval.c | 45 {TK_CONFIG_COLOR, "-fill", (char *) NULL, (char *) NULL, 47 {TK_CONFIG_COLOR, "-outline", (char *) NULL, (char *) NULL,
|
H A D | tkCanvArc.c | 76 {TK_CONFIG_COLOR, "-fill", (char *) NULL, (char *) NULL, 78 {TK_CONFIG_COLOR, "-outline", (char *) NULL, (char *) NULL,
|
H A D | tkCanvas.c | 68 {TK_CONFIG_COLOR, "-highlightbackground", "highlightBackground", 71 {TK_CONFIG_COLOR, "-highlightcolor", "highlightColor", "HighlightColor", 107 {TK_CONFIG_COLOR, "-selectforeground", "selectForeground", "Background", 110 {TK_CONFIG_COLOR, "-selectforeground", "selectForeground", "Background",
|
H A D | tkCanvLine.c | 134 {TK_CONFIG_COLOR, "-fill", (char *) NULL, (char *) NULL,
|
H A D | tkCanvText.c | 96 {TK_CONFIG_COLOR, "-fill", (char *) NULL, (char *) NULL,
|
H A D | tkTextTag.c | 37 {TK_CONFIG_COLOR, "-foreground", (char *) NULL, (char *) NULL,
|
H A D | tk.h | 186 int type; /* Type of option, such as TK_CONFIG_COLOR; 217 #define TK_CONFIG_COLOR 6 macro
|