= module Gtk::CellEditable

== Instance Methods
--- Gtk::CellEditable.start_editing(event)
    Begins editing on a cell_editable. event is the Gdk::Event that began the editing process. It may be nil, in the instance that editing was initiated through programatic means.
    * even: A Gdk::Event, or nil
    * Returns: self
--- Gtk::CellEditable.editing_done
    Emits the "editing_done" signal. This signal is a sign for the cell renderer to update it's value from the cell.
    * Returns: self
--- Gtk::CellEditable.remove_widget
    Emits the "remove_widget" signal. This signal is meant to indicate that the cell is finished editing, and the widget may now be destroyed.
    * Returns: self

- ((<Masao>))