#include <SDL2/SDL_rect.h>
#include <string>
Go to the source code of this file.
Namespaces | |
gui2 | |
Generic file dialog. | |
gui2::dialogs | |
gui2::dialogs::tip | |
Functions | |
void | gui2::dialogs::tip::show (const std::string &window_id, const t_string &message, const point &mouse, const SDL_Rect &source_rect) |
Shows a tip. More... | |
void | gui2::dialogs::tip::remove () |
Removes a tip. More... | |