Searched refs:activeFg (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkMenubutton.c87 XColor *activeFg; /* Foreground color in active mode. NULL member in struct:__anon410
184 DEF_MENUBUTTON_ACTIVE_FG_COLOR, Tk_Offset(MenuButton, activeFg),
187 DEF_MENUBUTTON_ACTIVE_FG_MONO, Tk_Offset(MenuButton, activeFg),
368 mbPtr->activeFg = NULL;
631 gcValues.foreground = mbPtr->activeFg->pixel;
H A DtkMenu.c76 XColor *activeFg; /* Foreground color to use when entry is member in struct:MenuEntry
166 DEF_MENU_ENTRY_ACTIVE_FG, Tk_Offset(MenuEntry, activeFg),
287 XColor *activeFg; /* Foreground color for active entry. */ member in struct:Menu
352 DEF_MENU_ACTIVE_FG_COLOR, Tk_Offset(Menu, activeFg),
355 DEF_MENU_ACTIVE_FG_MONO, Tk_Offset(Menu, activeFg),
532 menuPtr->activeFg = NULL;
1212 gcValues.foreground = menuPtr->activeFg->pixel;
1397 || (mePtr->activeFg != NULL)) {
1428 gcValues.foreground = (mePtr->activeFg != NULL)
1429 ? mePtr->activeFg
[all...]
H A DtkButton.c92 XColor *activeFg; /* Foreground color in active mode. NULL member in struct:__anon390
234 DEF_BUTTON_ACTIVE_FG_COLOR, Tk_Offset(Button, activeFg),
238 DEF_BUTTON_ACTIVE_FG_MONO, Tk_Offset(Button, activeFg),
557 butPtr->activeFg = NULL;
930 if (butPtr->activeFg != NULL) {
932 gcValues.foreground = butPtr->activeFg->pixel;

Completed in 21 milliseconds