Package: gtk

Function gtk:editable-label-stop-editing

Lambda List

gtk:editable-label-stop-editing (label commit)

Arguments

label -- a gtk:editable-label widget
commit -- a boolean whether to set the edited text on the label

Details

Switches the label out of “editing mode”. If commit is true, the resulting text is kept as the text property value, otherwise the resulting text is discarded and the label will keep its previous text property value.
 

See also

#2023-5-4