Gtk.CellEditable


Gtk.CellEditable — Interface for widgets which can are used for editing cells

Object Hierarchy:

    GInterface
    ╰── Gtk.CellEditable

See also:

Gtk.Entry Gtk.CellRenderer


Functions:


Signals:

  • “editing-done” (cell_editable, user_data)

Description:

The Gtk.CellEditable interface must be implemented for widgets to be usable when editing the contents of a Gtk.TreeView cell.


Function Details:

start_editing()

start_editing (self, event:Gdk.Event=None)

Begins editing on a cell_editable. event is the GdkEvent that began the editing process. It may be None, in the instance that editing was initiated through programatic means.


editing_done()

editing_done (self)

Emits the “editing-done” signal.


remove_widget()

remove_widget (self)

Emits the “remove-widget” signal.


results matching ""

    No results matching ""