Triggers the layout event.
protected void onLayout( LayoutEvent event )
event
A LayoutEvent object that provides the event data.
Inheriting controls should override this function to do any custom layout logic. It is not neccessary to call super.onLayout. However, for normal docking and anchoring functions to work, you must call super.onLayout.
See Also addOnLayout