#include <gui_label.hxx>
Inheritance diagram for GUILabel:
Public Member Functions | |
GUILabel (const std::string &title_, int x, int y, int width, int height) | |
void | draw (GraphicContext *) |
bool | is_at (int, int) |
|
Definition at line 24 of file gui_label.cxx. |
|
Implements GUIComponent. Definition at line 31 of file gui_label.cxx. References GraphicContext::draw_string(). |
|
Reimplemented from GUIComponent. Definition at line 35 of file gui_label.hxx. |