package lambda-term

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