int_radio_group_set_active


Description:

[ 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.

Parameters:

radio_button

Pointer to a RadioButton.

item_data

The item_data of the radio button you want to select.


Namespace: GimpUi
Package: gimp-ui-3.0