class csRadioButton : public csButton The csRadioButton class is a close child of csButton class
OUT: (bool)state
IN: (bool)newstate
IN: (csRadioButton *)source
The csRadioButton class is a close child of csButton class. The radio button contains a fixed bitmap which changes depending on its state (selected/unselected) and no text. Radio buttons are usualy tied in groups of which only one can be selected, and when user selects one previous selection automatically deselects. The first radio button in group should have the CSS_GROUP flag set.
IN: (bool)newstate
cscmdRadioButtonQuery
OUT: (bool)state
cscmdRadioButtonSelected
IN: (csRadioButton *)source
bool RadioButtonState
csRadioButton(csComponent *iParent, int iButtonID, int iButtonStyle = CSBS_DEFAULTRADIOBUTTON)
virtual bool HandleEvent(csEvent &Event)
virtual void Press()
void SetButtBitmap(char *id_n, char *id_p)
void SetRadioButtonState(bool iNewState)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de