Home
last modified time | relevance | path

Searched refs:selected_width (Results 1 – 9 of 9) sorted by relevance

/dports/games/widelands/widelands-build21/src/editor/ui_menus/
H A Dmap_size_box.h44 uint32_t selected_width() const;
H A Dtool_resize_options_menu.cc66 const int32_t w = map_size_box_.selected_width(); in update_dimensions()
H A Dmap_size_box.cc65 uint32_t MapSizeBox::selected_width() const { in selected_width() function in MapSizeBox
H A Dmain_menu_new_map.cc103 map->create_empty_map(egbase, map_size_box_.selected_width(), map_size_box_.selected_height(), in clicked_create_map()
H A Dmain_menu_random_map.cc389 (find_dimension_index(map_size_box_.selected_width()) + in button_clicked()
605 map_info.w = map_size_box_.selected_width(); in set_map_info()
/dports/math/snns/SNNSv4.3/xgui/iconsXgui/
H A Dselected.xbm1 #define selected_width 16
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_notation_edit.c1798 double selected_width, selected_height; in ags_notation_edit_draw_note() local
1803 selected_width = width + (2.0 * (double) notation_edit->selected_note_border); in ags_notation_edit_draw_note()
1811 if(selected_x + selected_width > allocation.width){ in ags_notation_edit_draw_note()
1812 selected_width = ((double) allocation.width) - selected_x; in ags_notation_edit_draw_note()
1832 selected_width, selected_height); in ags_notation_edit_draw_note()
H A Dags_automation_edit.c2219 double selected_width, selected_height; in ags_automation_edit_draw_acceleration() local
2224 selected_width = width + (2.0 * (double) automation_edit->selected_acceleration_border); in ags_automation_edit_draw_acceleration()
2232 if(selected_x + selected_width > allocation.width){ in ags_automation_edit_draw_acceleration()
2233 selected_width = ((double) allocation.width) - selected_x; in ags_automation_edit_draw_acceleration()
2262 selected_width, selected_height); in ags_automation_edit_draw_acceleration()
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dui_xWidgets.c539 selected_bits, selected_width, in ui_xCreateLabelItem()
589 selected_bits, selected_width, in ui_xCreateFrameLabelItem()