Module: Gtk::CellEditable

Defined in:
(unknown)

Overview

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

Instance Method Summary collapse

Instance Method Details

#editing_done(cell_editable) ⇒ nil

Parameters:

Returns:

  • (nil)

#remove_widget(cell_editable) ⇒ nil

Parameters:

Returns:

  • (nil)

#start_editing(cell_editable, event) ⇒ nil

Parameters:

  • cell_editable (Gtk::CellEditable)

    A Gtk::CellEditable

  • event (Gdk::Event)

    The Gdk::Event that began the editing process, or nil if editing was initiated programmatically

Returns:

  • (nil)