class Tradify::Container

Defined in:

tradify/container.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, width : Int32, height : Int32, elements : Array(Container) = [] of Container) #

[View source]
def self.new #

[View source]

Instance Method Detail

def draw #

[View source]
def height : Int32 #

[View source]
def update #

[View source]
def width : Int32 #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]