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