class

UIng::Table::Model

Inherits Reference < Object

Constructors

new(ref_ptr : Pointer(LibUI::TableModel))
Source
new(model_handler : Handler)
Source

Instance 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.

Source
row_changed(index : Int32) : Nil
Source
row_deleted(old_index : Int32) : Nil
Source
row_inserted(new_index : Int32) : Nil
Source
to_unsafe
Source

Nested types