class Tradify::Container
- Tradify::Container
- Reference
- Object
Defined in:
tradify/container.crConstructors
- .new(x : Int32, y : Int32, width : Int32, height : Int32, elements : Array(Container) = [] of Container)
- .new
Instance Method Summary
Constructor Detail
def self.new(x : Int32, y : Int32, width : Int32, height : Int32, elements : Array(Container) = [] of Container)
#