module Filetree:The tree containing the list of modules and functions together with dynamic columnssig
..end
type
filetree_node =
| |
File of |
|||
| |
Global of |
(* | Caml type for the infos on a node of the tree | *) |
class type t =object
..end
val make : GTree.view -> t