UIElement.this

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().

class UIElement
nothrow @nogc
this
(
UIContext context
,
uint flags
)

Meta