![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
CheckBox component
Contained in: global
Derived from:
CL_Button
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
public function member index: |
||
Construction: |
||
CL_RadioButton | (CL_Component* parent, CL_StyleManager* style = NULL); | |
CL_RadioButton | (const CL_Point& pos, const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL); | |
CL_RadioButton | (const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL); | |
virtual | ~CL_RadioButton | (); |
Attributes: |
||
bool | is_checked | () const; |
Operations: |
||
void | set_checked | (bool check); |
private function member index: |
||
Implementation: |
||
CL_RadioButton | (const CL_RadioButton& copy); | |