Home
last modified time | relevance | path

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

/dports/games/widelands/widelands-build21/src/ui_fsmenu/
H A Dmapselect.cc42 checkbox_space_(20), in FullscreenMenuMapSelect()
85 UI::Box* hbox = new UI::Box(&checkboxes_, 0, 0, UI::Box::Horizontal, checkbox_space_, get_w()); in FullscreenMenuMapSelect()
94 hbox->add_space(checkbox_space_); in FullscreenMenuMapSelect()
101 hbox = new UI::Box(&checkboxes_, 0, 0, UI::Box::Horizontal, checkbox_space_, get_w()); in FullscreenMenuMapSelect()
113 hbox->add_space(checkbox_space_); in FullscreenMenuMapSelect()
128 hbox->add_space(checkbox_space_); in FullscreenMenuMapSelect()
142 hbox = new UI::Box(&checkboxes_, 0, 0, UI::Box::Horizontal, checkbox_space_, get_w()); in FullscreenMenuMapSelect()
396 box->add_space(checkbox_space_); in add_tag_checkbox()
H A Dmapselect.h65 int32_t const checkbox_space_; variable
/dports/games/widelands/widelands-build21/src/editor/ui_menus/
H A Dmain_menu_map_options.cc50 checkbox_space_(25), in MainMenuMapOptions()
275 UI::Box* box = new UI::Box(parent, 0, 0, UI::Box::Horizontal, max_w_, checkbox_space_, 0); in add_tag_checkbox()
278 box->add_space(checkbox_space_); in add_tag_checkbox()
H A Dmain_menu_map_options.h54 const unsigned int padding_, indent_, labelh_, checkbox_space_, butw_, max_w_; member