#include <gui_buttons.hxx>
Inheritance diagram for GUIGenericButton:
Public Member Functions | |
GUIGenericButton (const std::string &title, int x, int y, int width, int height, Func f, HighlightFunc h=always_false) | |
void | on_click () |
void | draw_content (GraphicContext *gc) |
|
Definition at line 112 of file gui_buttons.hxx. |
|
Reimplemented from GUIButton. Definition at line 125 of file gui_buttons.hxx. References GUIButton::draw_content(), and GraphicContext::draw_fill_rect(). |
|
Reimplemented from GUIButton. Definition at line 120 of file gui_buttons.hxx. |