package lambda-term

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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