package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

lambda-term-3.3.0.tbz
sha256=589f7e1fd3584a174ddf1cb96d5c5dee45a1be2e6ea5ca5a44c41222d74a27ce
sha512=e8f302ce669ae161454584ddee21c57d58f9539ab94e4e31b15d821f277fd8be980cf0a47e9c6949f16d14823d511b31d2048d9315547cb97dffdb617507de5a

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
OCaml

Innovation. Community. Security.