struct UI::Toolbar::ToolbarItem

Defined in:

ui/views/toolbar.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String = "", label : String = "", icon : String | Nil = nil, action : Proc(Nil) | Nil = nil) #

[View source]

Instance Method Detail

def action : Proc(Nil) | Nil #

def clone #

[View source]
def copy_with(id _id = @id, label _label = @label, icon _icon = @icon, action _action = @action) #

[View source]
def icon : String | Nil #

def id : String #

def label : String #