[ CCode ( cname = "gimp_enum_radio_frame_new" ) ]
[ Version ( since = "2.4" ) ]
public Widget enum_radio_frame_new (Type enum_type, Widget? label_widget, owned Callback? callback, out unowned Widget first_button)
Calls enum_radio_box_new and puts the resulting vbox into a Frame.
| enum_type |
the Type of an enum. |
| label_widget |
a Widget to use as label for the frame that will hold the radio box. |
| callback |
a callback to connect to the "toggled" signal of each RadioButton that is created. |
| first_button |
Returns the first button in the created group. |
| callback_data |
data to pass to the |
| callback_data_destroy |
Destroy function for |
|
a new Frame holding a group of RadioButtons. |