class virtual button_plugin :Inheritsbool ->object..end
val mutable actions : (unit -> unit) listval mutable activated : boolmethod add_click_action : (unit -> unit) -> unitmethod remove_click_action : (unit -> unit) -> unitmethod clear_click_actions : unitmethod deactivate_button : unitmethod activate_button : unitmethod click : unit