struct
UI::ContextMenuWithWebFallback::Item
- UI::ContextMenuWithWebFallback::Item
- Struct
- Value
- Object
Defined in:
ui/views/context_menu_with_web_fallback.crConstructors
Instance Method Summary
- #action : Proc(Nil) | Nil
- #clone
- #copy_with(label _label = @label, icon _icon = @icon, is_destructive _is_destructive = @is_destructive, is_disabled _is_disabled = @is_disabled, action _action = @action)
- #icon : String | Nil
- #is_destructive : Bool
- #is_disabled : Bool
- #label : String
Constructor Detail
def self.new(label : String, icon : String | Nil = nil, is_destructive : Bool = false, is_disabled : 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, is_disabled _is_disabled = @is_disabled, action _action = @action)
#