Helper struct to store information about the tips. More...
#include <window_builder.hpp>
Public Member Functions | |
tooltip_info (const config &cfg, const std::string &tagname) | |
Public Attributes | |
std::string | id |
Helper struct to store information about the tips.
Definition at line 191 of file window_builder.hpp.
gui2::builder_window::window_resolution::tooltip_info::tooltip_info | ( | const config & | cfg, |
const std::string & | tagname | ||
) |
Definition at line 165 of file window_builder.cpp.
References missing_mandatory_wml_key(), and VALIDATE.
std::string gui2::builder_window::window_resolution::tooltip_info::id |
Definition at line 195 of file window_builder.hpp.
Referenced by gui2::window::signal_handler_message_show_helptip(), and gui2::window::signal_handler_message_show_tooltip().