package chamo

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class type View.view_factorySource

method name : string
method open_file : topwin -> gui_view option -> ?attributes:(string * string) list -> ?xmls:Chamo.Xml.t list -> string -> [ `New_view of gui_view | `Use_view of gui_view ]
method open_hidden : (?attributes:(string * string) list -> ?xmls:Chamo.Xml.t list -> string -> unit) option
method on_start : unit
method on_exit : unit