|
Public Member Functions |
| this (SListG group) |
| Creates a new RadioButton and links it to an existing set of mutualy exclusive buttons.
|
| this (SListG group, char[] label) |
| Creates a new Radion button bellonging to a button group.
|
| this (RadioButton button) |
| Creates a new radion button and joins it to the group of the passed button.
|
| this (RadioButton button, char[] label) |
| Creates a new radio button and joins it to the group of the passed button.
|
| this (RadioButton button, char[] label, void function(void *, void *) func) |
| Creates a new Radio button with a label and a callback funtion.
|
SListG | getGroup () |
| Gets this buttons group of mutualy exclusive buttons.
|
Static Public Member Functions |
GType | getType () |
| Gets this class type.
|