Gtk_helper.MAKE_CUSTOM_LISTA functor to build custom Gtk lists. You'll probably prefer to use the highlevel custom models in the next module named Custom.List. It may be part of a future lablgtk release. Do not change anything without changing lablgtk svn.
module A : sig ... endclass custom_list_class : GTree.column_list -> object ... endval custom_list : unit -> custom_list_classval make_view_column :
custom_list_class ->
['b, 'a] GTree.cell_renderer_skel ->
(A.t -> 'a list) ->
title:string ->
GTree.view_column