EditableLabel.stopEditing

Switches the label out of “editing mode”.

If @commit is %TRUE, the resulting text is kept as the [property@Gtk.Editable:text] property value, otherwise the resulting text is discarded and the label will keep its previous [property@Gtk.Editable:text] property value.

class EditableLabel
void
stopEditing
(
bool commit
)

Parameters

commit bool

whether to set the edited text on the label

Meta