Home
last modified time | relevance | path

Searched refs:gui_color_button_text_selected (Results 1 – 3 of 3) sorted by relevance

/dports/games/simutrans/simutrans-121.0/
H A Dsimcolor.h141 #define SYSCOL_BUTTON_TEXT_SELECTED gui_theme_t::gui_color_button_text_selected
/dports/games/simutrans/simutrans-121.0/gui/
H A Dgui_theme.cc48 PIXVAL gui_theme_t::gui_color_button_text_selected; member in gui_theme_t
157 gui_color_button_text_selected = color_idx_to_rgb(COL_BLACK); in init_gui_defaults()
490 …gui_theme_t::gui_color_button_text_selected = (PIXVAL)contents.get_color("gui_color_button… in themes_init()
H A Dgui_theme.h228 …static PIXVAL gui_color_button_text_selected; //@< Color to draw text in pressed normal bu… variable