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-t/index.html

Class LTerm_toplevel_impl.tSource

method children : t list
method parent : t option
method set_parent : t option -> unit
method can_focus : bool
method focus : t option LTerm_geom.directions
method set_focus : t option LTerm_geom.directions -> unit
method queue_draw : unit
method set_queue_draw : (unit -> unit) -> unit
method draw : LTerm_draw.context -> t -> unit
method cursor_position : LTerm_geom.coord option
method allocation : LTerm_geom.rect
method set_allocation : LTerm_geom.rect -> unit
method send_event : LTerm_event.t -> unit
method on_event : ?switch:LTerm_widget_callbacks.switch -> (LTerm_event.t -> bool) -> unit
method size_request : LTerm_geom.size
method resources : LTerm_resources.t
method set_resources : LTerm_resources.t -> unit
method resource_class : string
method set_resource_class : string -> unit
method update_resources : unit