class table_store :Inheritsunit ->object..end
GTree.list_storemethod set_data : table_data -> row:Gtk.tree_iter -> unitmethod get_data : row:Gtk.tree_iter -> table_datamethod append_data : table_data -> unitmethod prepend_data : table_data -> unitmethod insert_data : int -> table_data -> unitmethod update_display : Gtk.tree_iter -> unitmethod create_view : ?view:GTree.view -> unit -> table_view