abstract class Deku::Component
- Deku::Component
- Reference
- Object
Defined in:
deku/ui/component.crInstance Method Summary
- #add(cpt : Component)
- #children : Array(Component)
- #draw(win : Deku::Window)
- #height : UInt16
- #remove(cpt : Component)
- #width : UInt16
- #x : UInt16
- #y : UInt16