#include <button.h>
Inheritance diagram for button:


Public Member Functions | |
| button (manager &parent, const c_point &origin, const char *message, const color &foreground=colors::WHITE, const color &background=colors::BLACK) | |
| ~button () | |
| IMPLEMENT_CLASS_NAME ("button") | |
| virtual void | button_event () |
Definition at line 26 of file button.h.
| button::button | ( | manager & | parent, | |
| const c_point & | origin, | |||
| const char * | message, | |||
| const color & | foreground = colors::WHITE, |
|||
| const color & | background = colors::BLACK | |||
| ) |
| button::~button | ( | ) |
| button::IMPLEMENT_CLASS_NAME | ( | "button" | ) |
| void button::button_event | ( | ) | [virtual] |
1.5.1