module
   Gtk::CellEditable
 
  Overview
Interface for widgets that can be used for editing cells
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.
Direct including types
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/cell_editable.crConstructors
- 
        .cast(obj : GObject::Object) : self
        
          
Cast a
GObject::Objecttoself, throws aTypeCastErrorif the cast can't be made. 
Class Method Summary
Instance Method Summary
- #editing_canceled=(value : Bool) : Bool
 - #editing_canceled? : Bool
 - #editing_done : Nil
 - #editing_done_signal
 - #remove_widget : Nil
 - #remove_widget_signal
 - #start_editing(event : Gdk::Event | Nil) : Nil
 - #to_unsafe
 
Constructor Detail
Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.