Home
last modified time | relevance | path

Searched refs:gui_color_button_text_offset (Results 1 – 4 of 4) sorted by relevance

/dports/games/simutrans/simutrans-121.0/themes.src/standard/
H A Dthemes.tab37 #gui_color_button_text_offset = top, left, bottom, right
/dports/games/simutrans/simutrans-121.0/gui/
H A Dgui_theme.cc69 scr_size gui_theme_t::gui_color_button_text_offset; member in gui_theme_t
175 gui_color_button_text_offset = scr_size(0,0); in init_gui_defaults()
453 …gui_theme_t::gui_color_button_text_offset = scr_size(color_button_text_offsets[1], color_button_te… in themes_init()
H A Dgui_theme.h246 …static scr_size gui_color_button_text_offset; // extra offset for the text (in case of asymmetric … variable
/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_button.cc323 area_text.set_pos( gui_theme_t::gui_color_button_text_offset + area.get_pos() ); in draw()