package lambda-term

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit t
val mutable child : LTerm_widget_base_impl.t option
method children : frame -> LTerm_widget_base_impl.t list
val mutable size_request : LTerm_geom.size
method size_request : 'a -> LTerm_geom.size
val mutable style : LTerm_style.t
val mutable connection : LTerm_draw.connection
method update_resources : 'a -> unit
method private compute_size_request : 'a -> unit
method private compute_allocation : 'a -> unit
method set_allocation : 'a -> LTerm_geom.rect -> unit
method set : 'a -> 'b. t as 'c -> unit
method empty : 'a -> unit
val mutable label : Zed_string.t
val mutable align : LTerm_geom.horz_alignment
method set_label : 'a -> ?alignment:LTerm_geom.horz_alignment -> LiteralIntf.string_intf -> unit
method draw : 'a -> LTerm_draw.context -> LTerm_widget_base_impl.t -> unit