Gtk.RadioButton.new
function new(group:[Gtk.RadioButton]):Gtk.Widget {
// Gjs wrapper for gtk_radio_button_new()
}Creates a new Gtk.RadioButton. To be of any practical value, a widget should then be packed into the radio button.
- group
an existing radio button group, or null if you are creating a new group.
- Returns
a new radio button