[ CCode ( cname = "gimp_int_radio_group_set_active" ) ]
public void int_radio_group_set_active (RadioButton radio_button, int item_data)
Calls set_active with the radio button that was created with a
matching item_data.
This function does the same thing as gimp_radio_group_set_active, but takes integers as item_data instead of
pointers.
| radio_button |
Pointer to a RadioButton. |
| item_data |
The |