Module: Gtk::CellEditable

Defined in:
(unknown)

Overview

Interface for widgets that can be used for editing cells

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.

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 GtkCellEditable

  • event (Gdk::Event)

    The GdkEvent that began the editing process, or nil if editing was initiated programmatically

Returns:

  • (nil)