WrenSupport.callCreateUI

To call in your UI's constructor. This call the Plugin.createUI Wren method, in module "plugin".

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

class WrenSupport
@nogc nothrow
bool
callCreateUI
()

Return Value

Type: bool

true if no runtime or compile-time error.

Meta