package chamo

  1. Overview
  2. Docs
val mutable active_view : Chamo.View.gui_view option
val mutable contents : [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] option
val hbox_state : unit Stk.Pack.box
val hboxmenus : unit Stk.Pack.box
val item_log_window : Stk.Menu.menuitem
val item_reload : Stk.Menu.menuitem
val item_save : Stk.Menu.menuitem
val item_save_as : Stk.Menu.menuitem
val item_edit : Stk.Menu.menuitem
val toplevel : Stk.Window.window
val vbox : unit Stk.Pack.box
val view_menubar : Stk.Menu.menubar
val wl_keystate : Stk.Text.label
method active_view : Chamo.View.gui_view option
method add_view : Chamo.View.gui_view -> unit
method add_view_in_active_view_container : ?replace:bool -> Chamo.View.gui_view -> unit
method ask_open_file : unit
method popup_pick_hidden_view : unit
method close : unit
method contains_view : Chamo.View.gui_view -> bool
method contents : [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] option
method copy : unit
method cut : unit
method cycle_tab : bool -> unit
method cycle_view : unit
method destroy_active_view : unit
method display_keyhit_state : after_handler:bool -> Stk.Wkey.keyhit_state -> unit
method error_message : string -> unit
method evbox : Stk.Bin.event_box
method get_active_view_container : [ `Notebook of gui_notebook | `Paned of gui_paned | `Window of gui_window ] option
method hbox_state : unit Stk.Pack.box
method hboxmenus : unit Stk.Pack.box
method height : int
method menubar : Stk.Menu.menubar
method item_reload : Stk.Menu.menuitem
method item_close : Stk.Menu.menuitem
method item_file : Stk.Menu.menuitem
method menu_file : Stk.Menu.menu
method item_new_window : Stk.Menu.menuitem
method item_prefs : Stk.Menu.menuitem
method item_log_window : Stk.Menu.menuitem
method item_reload : Stk.Menu.menuitem
method item_open : Stk.Menu.menuitem
method item_save : Stk.Menu.menuitem
method item_save_as : Stk.Menu.menuitem
method item_new_tab : Stk.Menu.menuitem
method item_split_horizontally : Stk.Menu.menuitem
method item_split_vertically : Stk.Menu.menuitem
method item_destroy : Stk.Menu.menuitem
method item_store_layout : Stk.Menu.menuitem
method item_cycle_tab : Stk.Menu.menuitem
method item_cycle_view : Stk.Menu.menuitem
method item_about : Stk.Menu.menuitem
method main : Stk.Window.window
method item_edit : Stk.Menu.menuitem
method minibuffer : Chamo.Minibuffer.minibuffer
method new_tab : unit
method on_about : unit -> unit
method on_close : unit -> unit
method on_destroy_active_view : unit -> unit
method on_minibuffer_active_change : bool -> unit
method on_new_tab : unit -> unit
method on_new_window : unit -> unit
method on_open_file : unit -> unit
method on_split_active_view : [ `HORIZONTAL | `VERTICAL ] -> unit -> unit
method on_store_layout : unit -> unit
method private on_view_destroy : unit -> unit
method open_file : ?attributes:(string * string) list -> string -> unit
method paste : unit
method pop_last_hidden_view : unit
method print_key_bindings : unit
method reload_active_view : unit Lwt.t
method save_active_view : unit Lwt.t
method save_active_view_as : unit Lwt.t
method set_action_message : string -> unit
method set_active_view : Chamo.View.gui_view option -> unit
method set_contents : [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] option -> unit
method set_state_message : string -> unit
method set_title : string -> unit
method set_view_interface : Chamo.View.gui_view option -> unit
method split_active_view : Stk.Props.orientation -> unit
method toplevel : Stk.Window.window
method update_menus : unit
method vbox : unit Stk.Pack.box
method view_menubar : Stk.Menu.menubar
method widget_opt_of_contents_opt : [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] option -> Stk.Widget.widget option
method width : int
method window : Stk.Window.window
method wl_keystate : Stk.Text.label
method x : int
method y : int
OCaml

Innovation. Community. Security.