Name
Area.Redraw -- force complete widget redraw
Synopsis
moai.DoMethod(id, "Redraw")
Function
This method redraws the complete widget. Normally, this is not necessary since widgets decide for themselves when they need to be redrawn. Still, it might be useful for testing purposes or when using a widget derived from Scrollcanvas class.

Inputs
id
id of widget

Show TOC