Class Dbf_dbStores.string2_list_store


class string2_list_store : unit -> object .. end
Inherits
method set_data : string * string -> row:Gtk.tree_iter -> unit
method get_data : row:Gtk.tree_iter -> string * string
method append_data : string * string -> unit
method prepend_data : string * string -> unit
method insert_data : int -> string * string -> unit
method create_view : ?view:GTree.view ->
title1:string -> title2:string -> unit -> string_2_view