Make.buttonval mutable unfocused_style : LTerm_style.tval mutable size_request : LTerm_geom.sizeval mutable label : Zed_string.tval mutable focused_style : LTerm_style.tval click_callbacks : (unit -> unit) LTerm_widget_callbacks.callbacksmethod allocation : LTerm_geom.rectmethod private apply_style : LTerm_draw.context -> t -> unitmethod children : LTerm_widget_base_impl.t listmethod cursor_position : LTerm_geom.coord optionmethod draw : LTerm_draw.context -> LTerm_widget_base_impl.t -> unitmethod focus : LTerm_widget_base_impl.t option LTerm_geom.directionsmethod label : LiteralIntf.string_intfmethod label_zed : Zed_string.tmethod on_click : ?switch:LTerm_widget_callbacks.switch ->
(unit -> unit) ->
unitmethod on_event : ?switch:LTerm_widget_callbacks.switch ->
(LTerm_event.t -> bool) ->
unitmethod parent : LTerm_widget_base_impl.t optionmethod resources : LTerm_resources.tmethod send_event : LTerm_event.t -> unitmethod set_allocation : LTerm_geom.rect -> unitmethod set_focus : LTerm_widget_base_impl.t option LTerm_geom.directions ->
unitmethod set_label : LiteralIntf.string_intf -> unitmethod set_parent : LTerm_widget_base_impl.t option -> unitmethod set_resources : LTerm_resources.t -> unitmethod size_request : LTerm_geom.size