@Override

Use the @Override property if you want to override a Rich UI function that is available in any widget.
For example, the definition of the Box widget overrides the function removeChildren, as shown here:
function removeChildren()  {@Override}
		// EGL statements are here 
end

For a list of functions that are available in all widgets, see “Widget properties and functions.”


Feedback