


dblbuffer.cpp, and paratest.cpp.
Public Member Functions | |
| PG_CheckButton (PG_Widget *parent, const PG_Rect &r=PG_Rect::null, const char *text=NULL, int id=-1, const char *style="CheckButton") | |
| construct a PG_CheckButton object | |
| ~PG_CheckButton () | |
| void | SetUnpressed () |
| Set the state of the checkbutton to unpressed. | |
Protected Member Functions | |
| bool | eventMouseButtonUp (const SDL_MouseButtonEvent *button) |
| Overridable Eventhandler for a SDL_MouseButtonEvent message. | |
|
||||||||||||||||||||||||
|
construct a PG_CheckButton object
|
|
|
|
|
|
Overridable Eventhandler for a SDL_MouseButtonEvent message. This handler is called when a mouse button is released. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from PG_RadioButton. |
|
|
Set the state of the checkbutton to unpressed.
|