package lambda-term

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val children : LTerm_widget_base_impl.t list
method draw : 'a -> LTerm_draw.context -> LTerm_widget_base_impl.t -> unit
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 : 'a -> t Lwt_react.event -> (t -> unit) -> unit Lwt_react.event -> (unit -> unit) -> unit
method set_allocation : 'a -> LTerm_geom.rect -> unit
method move_focus_to : 'a -> (t * LTerm_geom.coord) option -> unit
method private move_focus : 'a -> (t -> t -> LTerm_geom.coord -> (t * LTerm_geom.coord) option) -> unit
method private process_arrows : 'a -> LTerm_event.t -> bool