Constructor

GtkRadioButtonnew_from_widget

Declaration [src]

GtkWidget*
gtk_radio_button_new_from_widget (
  GtkRadioButton* radio_group_member
)

Description [src]

Creates a new GtkRadioButton, adding it to the same group as radio_group_member. As with gtk_radio_button_new(), a widget should be packed into the radio button.

Parameters

radio_group_member

Type: GtkRadioButton

An existing GtkRadioButton.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: GtkWidget

A new radio button.

The data is owned by the called function.