GtkEditableLabel
A label that can be edited inline.
Preview
Click to edit
CSS Node Tree
editablelabel[.editing]
└── stack
├── label
└── text (input, visible when editing)Props
Prop
Type
Behavior
- Click or press Enter/Space on the label to start editing.
- Press Enter to commit changes, Escape to cancel.
- Blurring the input auto-commits the change.