package vcaml

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

Module Window.UntestedSource

Sourceval close : Or_current.t -> when_this_is_the_buffer's_last_window:When_this_is_the_buffer's_last_window.t -> unit Api_call.Or_error.t

Because closing the window in this way does not involve a cursor move, no WinLeave event will be triggered.

Sourceval set_width : Or_current.t -> width:int -> unit Api_call.Or_error.t
Sourceval get_var : Or_current.t -> name:string -> type_:'a Type.t -> 'a Api_call.Or_error.t
Sourceval set_var : Or_current.t -> name:string -> type_:'a Type.t -> value:'a -> unit Api_call.Or_error.t
Sourceval delete_var : Or_current.t -> name:string -> unit Api_call.Or_error.t
Sourceval get_option : Or_current.t -> name:string -> type_:'a Type.t -> 'a Api_call.Or_error.t
Sourceval set_option : Or_current.t -> scope:[ `Local | `Global ] -> name:string -> type_:'a Type.t -> value:'a -> unit Api_call.Or_error.t
Sourceval get_number : Or_current.t -> int Api_call.Or_error.t
Sourceval is_valid : t -> bool Api_call.Or_error.t
Sourcemodule Expert : sig ... end