UIng::Table::Model
Inherits Reference < Object
Constructors
new(ref_ptr : Pointer(LibUI::TableModel))
Sourcenew(model_handler : Handler)
SourceInstance methods
free
Explicitly free the Table::Model. WARNING: Only call this AFTER all Tables using this model are destroyed. Calling this while Tables are still active will cause crashes.
row_changed(index : Int32) : Nil
Sourcerow_deleted(old_index : Int32) : Nil
Sourcerow_inserted(new_index : Int32) : Nil
Sourceto_unsafe
Source