Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.RadioMenuItem

Method GTK2.RadioMenuItem()->set_group()


Method set_group

GTK2.RadioMenuItem set_group(GTK2.RadioMenuItem groupmember)

Description

The argument is another radio menu item to whose group this button should be added to. It is prefereable to use the second argument to the constructor instead, but if you for some reason want to move the button to another group, use this function.