struct
UI::Toolbar::ToolbarItem
- UI::Toolbar::ToolbarItem
- Struct
- Value
- Object
Defined in:
ui/views/toolbar.crConstructors
Instance Method Summary
- #action : Proc(Nil) | Nil
- #clone
- #copy_with(id _id = @id, label _label = @label, icon _icon = @icon, action _action = @action)
- #icon : String | Nil
- #id : String
- #label : String
Constructor Detail
def self.new(id : String = "", label : String = "", icon : String | Nil = nil, action : Proc(Nil) | Nil = nil)
#
Instance Method Detail
def copy_with(id _id = @id, label _label = @label, icon _icon = @icon, action _action = @action)
#