package chamo

  1. Overview
  2. Docs
method box : Stk.Widget.widget
method close : unit
method destroy : unit
method dup : topwin -> gui_view option
method reload : (unit -> unit Lwt.t) option
method kind : string
method filename : string
method attributes : (string * string) list
method xml_children : Chamo.Xml.t list
method save : (unit -> unit Lwt.t) option
method save_as : (unit -> unit Lwt.t) option
method paste : (unit -> unit) option
method copy : (unit -> unit) option
method cut : (unit -> unit) option
method set_on_destroy : (unit -> unit) -> unit
method grab_focus : unit
method set_on_focus_in : (unit -> unit) -> unit
method label : string
method set_on_label_change : (string -> unit) -> unit

The label given to the function should be in UTF-8.

method key_bindings : (Stk.Key.keystate list * string) list
method menus : (string * Stk.Menu.menu_entry list) list

The menus to add when this view is activated. The label should already be in UTF-8.

method pickable : bool
method set_pickable : bool -> unit
OCaml

Innovation. Community. Security.