class index_store :Inheritsunit ->
object
..end
GTree.list_store
method set_data : Dbf_sql.SQL_db.index -> row:Gtk.tree_iter -> unit
method get_data : row:Gtk.tree_iter -> Dbf_sql.SQL_db.index
method append_data : Dbf_sql.SQL_db.index -> unit
method prepend_data : Dbf_sql.SQL_db.index -> unit
method insert_data : int -> Dbf_sql.SQL_db.index -> unit
method update_display : Gtk.tree_iter -> unit
method create_view : ?view:GTree.view -> unit -> index_view