struct
UI::Alert::AlertButton
- UI::Alert::AlertButton
- Struct
- Value
- Object
Overview
Alert button definition
Defined in:
ui/views/alert.crConstructors
Instance Method Summary
- #action : Proc(Nil) | Nil
- #clone
- #copy_with(label _label = @label, style _style = @style, action _action = @action)
- #label : String
- #style : Symbol
Constructor Detail
Instance Method Detail
def copy_with(label _label = @label, style _style = @style, action _action = @action)
#