#include <gui.h>
Inheritance diagram for uicheckbutton_c:

Public Methods | |
| uicheckbutton_c () | |
| is checked | |
| virtual void | event (uievent_s *eve) |
| send an event to object | |
| virtual void | paint () |
| fill the object's screenbuffer | |
| void | set_checked (bool c) |
| set checked status | |
| bool | is_checked () |
| get checked status | |
| void | set_radio (bool r) |
| change radio/check button | |
Protected Attributes | |
| bool | checked |
| is a radio button | |
Definition at line 806 of file gui.h.
1.2.18