package lambda-term

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Normal button.

inherit t
method label : string

The text displayed on the button.

method label_zed : Zed_string.t

The text displayed on the button.

method set_label : string -> unit
method on_click : ?switch:LTerm_widget_callbacks.switch -> (unit -> unit) -> unit

on_click ?switch f calls f when the button is clicked.