WrenSupport.callReflow

To call in your UI's reflow() method. This call the Plugin.reflow Wren method, in module "plugin".

Note: Changing @ScriptProperty values does not make the elements dirty. But since it's called at UI reflow, the whole UI is dirty anyway so it works.

class WrenSupport
@nogc nothrow
bool
callReflow
()

Return Value

Type: bool

true if no runtime or compile-time error.

Meta