Functor Gtk_helper.MAKE_CUSTOM_LIST


module MAKE_CUSTOM_LIST: 
functor (A : sig
type t 
val custom_value : Gobject.g_type ->
t -> column:int -> Gobject.basic
val column_list : GTree.column_list
end) -> sig .. end
A functor to build custom Gtk lists. It may be part of a future lablgtk release. Do not change anything without changing lablgtk svn.
Parameters:
A : sig type t val custom_value : Gobject.g_type -> t -> column:int -> Gobject.basic val column_list : GTree.column_list end


type custom_list = {
   finfo : A.t;
   fidx : int;
}
val inbound : int -> 'a array -> bool
class custom_list_class : GTree.column_list -> object .. end
val custom_list : unit -> custom_list_class