Module Gtk_helper.Custom.Tree

module Tree: sig .. end

class type ['a] model = object .. end
class ['a] view : ?packing:GObj.widget -> unit -> ?width:int -> ?height:int -> ?headers:bool -> ?rules:bool -> 'a model -> object .. end