SampleAnimationWidget

Undocumented in source.

Constructors

this
this(string ID)
Undocumented in source.

Members

Functions

animate
void animate(long interval)

animates window; interval is time left from previous draw, in hnsecs (1/10000000 of second)

Properties

animating
bool animating [@property getter]

returns true is widget is being animated - need to call animate() and redraw

backgroundDrawable
DrawableRef backgroundDrawable [@property getter]

background drawable

Variables

drawable
AnimatedDrawable drawable;
Undocumented in source.
drawableRef
DrawableRef drawableRef;
Undocumented in source.

Meta