Module dui.RadioButton
| Constructor Summary | |
|---|---|
|
(SListG group) Creates a new RadioButton and links it to an existing set of mutualy exclusive buttons |
|
|
(SListG group, char label) Creates a new Radion button bellonging to a button group |
|
|
(RadioButton button) Creates a new radion button and joins it to the group of the passed button |
|
|
(RadioButton button, char label) Creates a new radio button and joins it to the group of the passed button |
|
|
(RadioButton button, char label, void function(void, void *)) Creates a new Radio button with a label and a callback funtion \deprecated, set listener instead |
|
| Methods Summary | |
|---|---|
| public static GType |
getType() Gets this class type |
| SListG |
getGroup() Gets this buttons group of mutualy exclusive buttons |