package chamo

  1. Overview
  2. Docs
val mutable label : string
val mutable on_destroy : [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] option -> unit
val mutable on_label_change : string -> unit
val mutable tabs : (Stk.Text.label * [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ]) list
method add_tab : int option -> [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] -> unit
method add_view : Chamo.View.gui_view -> unit
method cycle_tab : bool -> unit
method destroy : unit
method find_view_container : Chamo.View.gui_view -> [ `Notebook of gui_notebook | `Paned of gui_paned | `Window of gui_window ] option
method goto_page : int -> unit
method grab_focus : unit
method label : string
method notebook : Stk.Notebook.notebook
method on_switch_page : prev:int option -> now:int -> unit
method on_tab_destroy : [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] -> [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] option -> unit
method on_view_destroy : Chamo.View.gui_view -> unit -> unit
method set_label : string -> unit
method set_on_destroy : ([ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] option -> unit) -> unit
method set_on_label_change : (string -> unit) -> unit
method set_tab_label : [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] -> string -> unit
method split_active_view : Stk.Props.orientation -> unit
method tab_of_contents : [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ] -> int option
method tabs : (Stk.Text.label * [ `Notebook of gui_notebook | `Paned of gui_paned | `View of Chamo.View.gui_view ]) list
OCaml

Innovation. Community. Security.