Package: gtk

Interface gtk:cell-editable

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

Direct Slots

editing-canceled
The editing-canceled property of type :boolean (Read / Write)
Indicates whether editing on the cell has been canceled.
Default value: false

Details

The gtk:cell-editable interface must be implemented for widgets to be usable when editing the contents of a gtk:tree-view cell.

Signal Details

The "editing-done" signal
lambda (editable)    :run-last      
The signal is a sign for the cell renderer to update its value from the editable argument. Implementations of the gtk:cell-editable interface are responsible for emitting the signal when they are done editing, e.g. the gtk:entry widget is emitting it when the user presses the Enter key. The gtk:cell-editable-editing-done function is a convenience method for emitting the "editing-done" signal.
editable
The gtk:cell-editable object on which the signal was emitted.
The "remove-widget" signal
lambda (editable)    :run-last      
The signal is meant to indicate that the cell is finished editing, and the widget may now be destroyed. Implementations of the gtk:cell-editable interface are responsible for emitting the signal when they are done editing. It must be emitted after the "editing-done" signal, to give the cell renderer a chance to update the value of the cell before the widget is removed. The gtk:cell-editable-remove-widget function is a convenience method for emitting the "remove-widget" signal.
editable
The gtk:cell-editable object on which the signal was emitted.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2024-3-17