[CCode (has_construct_function = false, type = "GtkWidget*")]
public RadioButton (GLib.SList<Gtk.RadioButton>? group);
[CCode (has_construct_function = false, type = "GtkWidget*")]
- public RadioButton.from_widget (Gtk.RadioButton radio_group_member);
+ public RadioButton.from_widget (Gtk.RadioButton? radio_group_member);
public unowned GLib.SList<Gtk.RadioButton> get_group ();
public void set_group (GLib.SList<Gtk.RadioButton> group);
[CCode (has_construct_function = false, type = "GtkWidget*")]
public RadioButton.with_label (GLib.SList<Gtk.RadioButton>? group, string label);
[CCode (has_construct_function = false, type = "GtkWidget*")]
- public RadioButton.with_label_from_widget (Gtk.RadioButton radio_group_member, string label);
+ public RadioButton.with_label_from_widget (Gtk.RadioButton? radio_group_member, string label);
[CCode (has_construct_function = false, type = "GtkWidget*")]
public RadioButton.with_mnemonic (GLib.SList<Gtk.RadioButton>? group, string label);
[CCode (has_construct_function = false, type = "GtkWidget*")]
- public RadioButton.with_mnemonic_from_widget (Gtk.RadioButton radio_group_member, string label);
+ public RadioButton.with_mnemonic_from_widget (Gtk.RadioButton? radio_group_member, string label);
[NoAccessorMethod]
public Gtk.RadioButton group { set; }
public virtual signal void group_changed ();
[CCode (has_construct_function = false, type = "GtkWidget*")]
public RadioButton (GLib.SList<Gtk.RadioButton>? group);
[CCode (has_construct_function = false, type = "GtkWidget*")]
- public RadioButton.from_widget (Gtk.RadioButton radio_group_member);
+ public RadioButton.from_widget (Gtk.RadioButton? radio_group_member);
public unowned GLib.SList<Gtk.RadioButton> get_group ();
public void join_group (Gtk.RadioButton group_source);
public void set_group (GLib.SList<Gtk.RadioButton> group);
[CCode (has_construct_function = false, type = "GtkWidget*")]
public RadioButton.with_label (GLib.SList<Gtk.RadioButton>? group, string label);
[CCode (has_construct_function = false, type = "GtkWidget*")]
- public RadioButton.with_label_from_widget (Gtk.RadioButton radio_group_member, string label);
+ public RadioButton.with_label_from_widget (Gtk.RadioButton? radio_group_member, string label);
[CCode (has_construct_function = false, type = "GtkWidget*")]
public RadioButton.with_mnemonic (GLib.SList<Gtk.RadioButton>? group, string label);
[CCode (has_construct_function = false, type = "GtkWidget*")]
- public RadioButton.with_mnemonic_from_widget (Gtk.RadioButton radio_group_member, string label);
+ public RadioButton.with_mnemonic_from_widget (Gtk.RadioButton? radio_group_member, string label);
[NoAccessorMethod]
public Gtk.RadioButton group { set; }
public virtual signal void group_changed ();
GtkRadioButton:group accessor_method="0"
gtk_radio_button_get_group type_arguments="RadioButton"
gtk_radio_button_new.group nullable="1" type_arguments="RadioButton"
+gtk_radio_button_new_*from_widget.radio_group_member nullable="1"
gtk_radio_button_new_with_label.group nullable="1" type_arguments="RadioButton"
gtk_radio_button_new_with_mnemonic.group nullable="1" type_arguments="RadioButton"
gtk_radio_button_set_group.group type_arguments="RadioButton"
GtkRcStyle deprecated_since="3.0" replacement="CssProvider"
gtk_radio_button_get_group type_arguments="RadioButton"
gtk_radio_button_new.group nullable="1" type_arguments="RadioButton"
+gtk_radio_button_new_*from_widget.radio_group_member nullable="1"
gtk_radio_button_new_with_label.group nullable="1" type_arguments="RadioButton"
gtk_radio_button_new_with_mnemonic.group nullable="1" type_arguments="RadioButton"
gtk_radio_button_set_group.group type_arguments="RadioButton"