Gtk.RadioToolButton.new

function new(group:[Gtk.RadioButton]):Gtk.ToolItem {
    // Gjs wrapper for gtk_radio_tool_button_new()
}

Creates a new Gtk.RadioToolButton, adding it to group.

Since 2.4

group

An existing radio button group, or null if you are creating a new group

Returns

The new Gtk.RadioToolButton