Class Dbf_dbStores.table_store


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