lambda-term
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit t
val mutable child : LTerm_widget_base_impl.t option
method children : < 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 ; empty : unit ; focus : LTerm_widget_base_impl.t option LTerm_geom.directions ; 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 : 'a. t as 'b -> unit ; set_allocation : LTerm_geom.rect -> unit ; set_focus : LTerm_widget_base_impl.t option LTerm_geom.directions -> unit ; set_label : ?alignment:LTerm_geom.horz_alignment -> 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.. > -> LTerm_widget_base_impl.t list
val mutable size_request : LTerm_geom.size
method size_request : 'c -> LTerm_geom.size
val mutable style : LTerm_style.t
val mutable connection : LTerm_draw.connection
method update_resources : 'c -> unit
method private compute_size_request : 'c -> unit
method private compute_allocation : 'c -> unit
method set_allocation : 'c -> LTerm_geom.rect -> unit
method set : 'c -> 'd. 'b -> unit
method empty : 'c -> unit
val mutable label : Zed_string.t
val mutable align : LTerm_geom.horz_alignment
method set_label : 'c -> ?alignment:LTerm_geom.horz_alignment -> LiteralIntf.string_intf -> unit
method draw : 'c -> LTerm_draw.context -> LTerm_widget_base_impl.t -> unit