Package: gtk
Class gtk:editable-label
Superclassesgtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gtk:editable, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:editable-label widget is a gtk:label widget that
allows users to edit the text by switching the widget to an "edit mode". ![]() The gtk:editable-label widget does not have API of its own, but it implements the gtk:editable interface. The default bindings for activating the edit mode is to click or press the Enter key. The default bindings for leaving the edit mode are the Enter key, to save the results, or the Escape key, to cancel the editing. Shortcuts and Gestures
Actions
CSS Nodeseditablelabel[.editing] ╰── stack ├── label ╰── textThe gtk:editable-label implementation has a main node with the name editablelabel. When the text entry is in editing mode, it gets the .editing style class. For all the subnodes added to the text node in various situations, see the gtk:text documentation. | Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |
2025-05-31