GimpUi.IntRadioFrame.set_title
@accepts(GimpUi.IntRadioFrame, unicode, bool)
@returns(none)
def set_title(self, title, with_mnemonic):
# Python wrapper for gimp_int_radio_frame_set_title()
Change the self's title, possibly with a mnemonic.
Since 3.0
- self
- title
the frame title or None for none.
- with_mnemonic
whether title has a mnemonic.