class type view_factory =object..end
method name : stringmethod open_file : topwin ->
gui_view option ->
?attributes:(string * string) list ->
string -> [ `New_view of gui_view | `Use_view of gui_view ]method open_hidden : (?attributes:(string * string) list -> string -> unit) optionmethod on_start : unitmethod on_exit : unit