#include "gui/dialogs/tip.hpp"
#include "gui/dialogs/dialog.hpp"
#include "gui/auxiliary/find_widget.hpp"
#include "gui/dialogs/popup.hpp"
#include "gui/widgets/settings.hpp"
#include "gui/widgets/window.hpp"
Go to the source code of this file.
Classes | |
class | gui2::ttip |
The tips of day structure. More... | |
Namespaces | |
gui2 | |
A class inherited from ttext_box that displays its input as stars. | |
gui2::tip | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | ERR_CFG LOG_STREAM(warn, log_config) |
Functions | |
static ttip & | gui2::tip::tip () |
void | gui2::tip::show (CVideo &video, const std::string &window_id, const t_string &message, const tpoint &mouse) |
Shows a tip. More... | |
void | gui2::tip::remove () |
Removes a tip. More... | |
Variables | |
static lg::log_domain | log_config ("config") |
#define ERR_CFG LOG_STREAM(warn, log_config) |
Definition at line 26 of file tip.cpp.
Referenced by gui2::tip::show().
|
static |