Next: GtkCellRendererAccel, Previous: GtkCellRenderer, Up: Top
Interface for widgets which can are used for editing cells
The <gtk-cell-editable> interface must be implemented for widgets to be
usable when editing the contents of a <gtk-tree-view> cell.
Derives from
<ginterface>.This class defines no direct slots.
<gtk-cell-editable>) (event <gdk-event>)Begins editing on a cell-editable. event is the
<gdk-event>that began the editing process. It may be ‘#f’, in the instance that editing was initiated through programatic means.
- cell-editable
- A
<gtk-cell-editable>- event
- A
<gdk-event>, or ‘#f’
<gtk-cell-editable>)Emits the "editing_done" signal. This signal is a sign for the cell renderer to update its value from the cell.
- cell-editable
- A
<gtk-tree-editable>
<gtk-cell-editable>)Emits the "remove_widget" signal. This signal is meant to indicate that the cell is finished editing, and the widget may now be destroyed.
- cell-editable
- A
<gtk-tree-editable>