GimpUi.IntRadioFrame.prototype.set_title
function set_title(title: String, with_mnemonic: Boolean): void {
// Gjs wrapper for gimp_int_radio_frame_set_title()
}
Change the frame's title, possibly with a mnemonic.
Since 3.0
- title
the frame title or null for none.
- with_mnemonic
whether title has a mnemonic.