|
supertux
|
Public Member Functions | |
| Notification (std::string id, bool no_auto_hide=false, bool no_auto_disable=false) | |
| void | set_text (const std::string &text) |
| void | set_mini_text (const std::string &text) |
| void | on_press (const std::function< void()> &callback) |
| void | event (const SDL_Event &event) |
| void | process_input (const Controller &controller) |
| void | draw (DrawingContext &context) |
| void | disable () |
| void | close () |
Static Public Member Functions | |
| static bool | is_disabled (std::string id) |
1.8.13