package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

lambda-term-1.13.tbz
sha256=adf27e37cb52c9461c718a66f7589103a77eccbcefdd95317545c0e9aee01200
md5=c13826a97014d4d573b927b623c7e043

doc/lambda-term/LTerm_scroll_impl/class-t/index.html

Class LTerm_scroll_impl.t

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.