GimpUi.IntRadioFrame.set_active
@accepts(GimpUi.IntRadioFrame, int)
@returns(bool)
def set_active(self, value):
# Python wrapper for gimp_int_radio_frame_set_active()
Looks up the item that belongs to the given value and makes it the selected item in the self.
Since 3.0
- self
- value
an integer value
- Returns