class
UIng::Table::Model
- UIng::Table::Model
- Reference
- Object
Defined in:
uing/table/table/model.cruing/table/table/model/handler.cr
Constructors
Instance Method Summary
-
#free : Nil
Explicitly free the Table::Model.
- #row_changed(index : Int32) : Nil
- #row_deleted(old_index : Int32) : Nil
- #row_inserted(new_index : Int32) : Nil
- #to_unsafe : Pointer(Void)
Constructor Detail
Instance Method Detail
def free : Nil
#
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.