Gtk.RadioButton.prototype.get_group
function get_group():[Gtk.RadioButton] {
// Gjs wrapper for gtk_radio_button_get_group()
}Retrieves the group assigned to a radio button.
- Returns
a linked list containing all the radio buttons in the same group as radio_button. The returned list is owned by the radio button and must not be modified or freed.