Definition at line 218 of file dui_util.c.
References BLACK, BLUE, get_something(), GRAY, GREEN, LIGHTGRAY, NONE, ORANGE, RED, rgb_colors, WHITE, and YELLOW.
Referenced by app_initialize().
226 XAllocNamedColor (
display, cm,
"Medium Aquamarine", &a,&b );
229 XAllocNamedColor (
display, cm,
"Turquoise", &a,&b );
232 XAllocNamedColor (
display, cm,
"Yellow", &a,&b );
235 XAllocNamedColor (
display, cm,
"Orange", &a,&b );
238 XAllocNamedColor (
display, cm,
"Red", &a,&b );
241 XAllocNamedColor (
display, cm,
"Black", &a,&b );
244 XAllocNamedColor (
display, cm,
"White", &a,&b );
247 XAllocNamedColor (
display, cm,
"Light Gray", &a,&b );
250 XAllocNamedColor (
display, cm,
"Gainsboro", &a,&b );
void get_something(Widget w, char *resource, char *value)
Pixel rgb_colors[MAX_COLORS]