Class type Gtk_helper.Custom.Tree.model

class type ['a] model = object .. end

method reload : unit
method has_child : 'a -> bool
method children : 'a option -> int
method child_at : 'a option -> int -> 'a
method parent : 'a -> 'a option
method index : 'a -> int