#include "gui/widgets/pane.hpp"
#include "gui/auxiliary/iterator/walker.hpp"
#include "gui/core/log.hpp"
#include "gui/widgets/grid.hpp"
#include "gui/widgets/window.hpp"
#include "utils/const_clone.hpp"
#include "gui/core/event/message.hpp"
#include "gettext.hpp"
#include "wml_exception.hpp"
#include <functional>
Go to the source code of this file.
Classes | |
struct | gui2::pane_implementation |
Helper to implement private functions without modifying the header. More... | |
Namespaces | |
gui2 | |
Generic file dialog. | |
gui2::implementation | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | LOG_SCOPE_HEADER "pane [" + id() + "] " + __func__ |
#define | LOG_HEADER LOG_SCOPE_HEADER + ':' |
#define LOG_HEADER LOG_SCOPE_HEADER + ':' |