package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lambda-term-3.2.0.tar.gz
md5=68a44ac4a5c643cf48ea927c073b4428
sha512=46cd46f47c9f34c0a5e096b96e6eec59667b645bf5201140e498e6d4eb9baba8204a2b30b73c4b2f8140e5cf1972a56e3aa485b27bc5ace25b2c368f713ad7c4

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