Create a UIElement.
When creating a custom widget, this should be called with super as a first measure in order to have a UIContext.
When created a widget has no position, it should be positionned in your gui.d this() or reflow().
See Implementation
Create a UIElement.
When creating a custom widget, this should be called with super as a first measure in order to have a UIContext.
When created a widget has no position, it should be positionned in your gui.d this() or reflow().