GimpUi.IntRadioFrame.prototype.set_active_by_user_data
function set_active_by_user_data(user_data: void): Boolean {
// Gjs wrapper for gimp_int_radio_frame_set_active_by_user_data()
}
Looks up the item that has the given user_data and makes it the selected item in the radio_frame.
Since 3.0
- user_data
an integer value
- Returns
true on success or false if there was no item for this user-data.