lambda-term
  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit t
method can_focus : < allocation : LTerm_geom.rect ; can_focus : bool ; children : LTerm_widget_base_impl.t list ; cursor_position : LTerm_geom.coord option ; draw : LTerm_draw.context -> LTerm_widget_base_impl.t -> unit ; focus : LTerm_widget_base_impl.t option LTerm_geom.directions ; label : LiteralIntf.string_intf ; label_zed : Zed_string.t ; on_click : ?switch:LTerm_widget_callbacks.switch -> (unit -> unit) -> unit ; on_event : ?switch:LTerm_widget_callbacks.switch -> (LTerm_event.t -> bool) -> unit ; parent : LTerm_widget_base_impl.t option ; queue_draw : unit ; resource_class : string ; resources : LTerm_resources.t ; send_event : LTerm_event.t -> unit ; set_allocation : LTerm_geom.rect -> unit ; set_focus : LTerm_widget_base_impl.t option LTerm_geom.directions -> unit ; set_label : LiteralIntf.string_intf -> unit ; set_parent : LTerm_widget_base_impl.t option -> unit ; set_queue_draw : (unit -> unit) -> unit ; set_resource_class : string -> unit ; set_resources : LTerm_resources.t -> unit ; size_request : LTerm_geom.size ; update_resources : unit.. > -> bool
val click_callbacks : (unit -> unit) LTerm_widget_callbacks.callbacks
method on_click : 'a -> ?switch:LTerm_widget_callbacks.switch -> (unit -> unit) -> unit
val mutable size_request : LTerm_geom.size
method size_request : 'a -> LTerm_geom.size
val mutable label : Zed_string.t
method label : 'a -> LiteralIntf.string_intf
method label_zed : 'a -> Zed_string.t
method set_label : 'a -> LiteralIntf.string_intf -> unit
val mutable focused_style : LTerm_style.t
val mutable unfocused_style : LTerm_style.t
method update_resources : 'a -> unit
method private apply_style : 'a -> LTerm_draw.context -> t -> unit
method draw : 'a -> LTerm_draw.context -> LTerm_widget_base_impl.t -> unit