package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lambda-term-3.3.1.tbz
sha256=5b77cbe096d56ae9157cb1fb55fb4e9028c89e841b1d2bfad4f13d8a1395db3c
sha512=d7968ad000c9c7e899ffb7fdd0016009f41c71d9fad4897decbe66ea24140ab1ee8428fd550c7b8016e7f6343f41e7abd53b52b5f2bf6bb85b4de64f12ac9161

doc/lambda-term/LTerm_toplevel_impl/class-toplevel/index.html

Class LTerm_toplevel_impl.toplevelSource

inherit t
val children : LTerm_widget_base_impl.t list
method children : LTerm_widget_base_impl.t list
val mutable coord : LTerm_geom.coord
val mutable push_layer_handler : unit React.event
val mutable pop_layer_handler : unit React.event
method arm_layer_handlers : t Lwt_react.event -> (t -> unit) -> unit Lwt_react.event -> (unit -> unit) -> unit
method set_allocation : LTerm_geom.rect -> unit
method move_focus_to : (t * LTerm_geom.coord) option -> unit
method private move_focus : (t -> t -> LTerm_geom.coord -> (t * LTerm_geom.coord) option) -> unit
method private process_arrows : LTerm_event.t -> bool