abstract class Deku::Component

Defined in:

deku/ui/component.cr

Instance Method Summary

Instance Method Detail

abstract def add(cpt : Component) #

[View source]
abstract def children : Array(Component) #

[View source]
abstract def draw(win : Deku::Window) #

[View source]
abstract def height : UInt16 #

[View source]
abstract def remove(cpt : Component) #

[View source]
abstract def width : UInt16 #

[View source]
abstract def x : UInt16 #

[View source]
abstract def y : UInt16 #

[View source]