Interface for widgets that can be used for editing cells
The gtk.cell_editable.CellEditable interface must be implemented for widgets to be usable
to edit the contents of a gtk.tree_view.TreeView cell. It provides a way to specify how
temporary widgets should be configured for editing, get the new value, etc.
Interface for widgets that can be used for editing cells
The gtk.cell_editable.CellEditable interface must be implemented for widgets to be usable to edit the contents of a gtk.tree_view.TreeView cell. It provides a way to specify how temporary widgets should be configured for editing, get the new value, etc.