Gtk.RadioMenuItem.prototype.get_group
function get_group():[Gtk.RadioMenuItem] {
// Gjs wrapper for gtk_radio_menu_item_get_group()
}Returns the group to which the radio menu item belongs, as a GLib.List of Gtk.RadioMenuItem. The list belongs to GTK+ and should not be freed.
- Returns
the group of radio_menu_item