struct
UI::MenuButton::MenuItem
- UI::MenuButton::MenuItem
- Struct
- Value
- Object
Defined in:
ui/views/menu_button.crConstructors
Instance Method Summary
- #action : Proc(Nil) | Nil
- #clone
- #copy_with(label _label = @label, icon _icon = @icon, is_destructive _is_destructive = @is_destructive, action _action = @action)
- #icon : String | Nil
- #is_destructive : Bool
- #label : String
Constructor Detail
def self.new(label : String = "", icon : String | Nil = nil, is_destructive : Bool = false, action : Proc(Nil) | Nil = nil)
#
Instance Method Detail
def copy_with(label _label = @label, icon _icon = @icon, is_destructive _is_destructive = @is_destructive, action _action = @action)
#