Module Gtk_helper.Custom

module Custom: sig .. end
Simple and high level custom model interface

type ('a, 'b) column = ?title:string -> 'b list -> ('a -> 'b list) -> GTree.view_column 
class type virtual ['a] custom = object .. end
class type ['a] columns = object .. end
module List: sig .. end
module Tree: sig .. end