Go to the source code of this file.
|
| gui2 |
| Generic file dialog.
|
|
|
static void | gui2::set_scrollbar_mode (grid *scrollbar_grid, scrollbar_base *scrollbar, scrollbar_container::scrollbar_mode &scrollbar_mode, const unsigned items, const unsigned visible_items, grid *content_grid) |
|
static bool | gui2::is_inserted_before (unsigned insertion_pos, unsigned old_item_count, unsigned old_position, unsigned visible_items) |
|
static void | gui2::adjust_scrollbar_mode (grid *scrollbar_grid, scrollbar_base *scrollbar, scrollbar_container::scrollbar_mode &scrollbar_mode, const unsigned items_before, const unsigned items_after, const int insertion_pos, const unsigned visible_items) |
|
◆ GETTEXT_DOMAIN
#define GETTEXT_DOMAIN "wesnoth-lib" |
◆ LOG_HEADER
◆ LOG_SCOPE_HEADER
#define LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |