set_group


Description:

public void set_group (SList<RadioButton>? group)

Sets a RadioButton’s group.

It should be noted that this does not change the layout of your interface in any way, so if you are changing the group, it is likely you will need to re-arrange the user interface to reflect these changes.

Parameters:

this

a RadioButton.

group

an existing radio button group, such as one returned from get_group , or null.