CellEditable


Object Hierarchy:

Object hierarchy for CellEditable

Description:

[ CCode ( type_id = "gtk_cell_editable_get_type ()" ) ]
public interface CellEditable : Widget

Interface for widgets that can be used for editing cells

Note:

List views use widgets for displaying their contents. See [iface@Gtk.Editable] for editable text widgets

The `GtkCellEditable` interface must be implemented for widgets to be usable to edit the contents of a `GtkTreeView` cell. It provides a way to specify how temporary widgets should be configured for editing, get the new value, etc.


Namespace: Gtk
Package: gtk+-3.0

Content:

Properties:

Methods:

Signals:

Inherited Members:

All known members inherited from class Gtk.Widget
All known members inherited from interface Atk.Implementor