class virtual button_plugin :Inheritsbool ->
object
..end
val mutable actions : (unit -> unit) list
val mutable activated : bool
method add_click_action : (unit -> unit) -> unit
method remove_click_action : (unit -> unit) -> unit
method clear_click_actions : unit
method deactivate_button : unit
method activate_button : unit
method click : unit