class string2_list_store :Inheritsunit ->
object
..end
GTree.list_store
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