#include "gui/dialogs/screenshot_notification.hpp"
#include "desktop/clipboard.hpp"
#include "desktop/open.hpp"
#include "filesystem.hpp"
#include "gettext.hpp"
#include "gui/core/event/dispatcher.hpp"
#include "gui/dialogs/message.hpp"
#include "gui/widgets/button.hpp"
#include "gui/widgets/label.hpp"
#include "gui/widgets/text_box.hpp"
#include "gui/widgets/window.hpp"
#include "picture.hpp"
#include <boost/filesystem/path.hpp>
#include <functional>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
gui2 | |
Generic file dialog. | |
gui2::dialogs | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file screenshot_notification.cpp.