struct Component::MainMenuBtn

Defined in:

components/main_menu_btn.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(label : String, hover : Bool, action : Symbol) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def action : Symbol #

def clone #

[View source]
def copy_with(label _label = @label, hover _hover = @hover, action _action = @action) #

[View source]
def hover : Bool #

def label : String #