|
@@ -99,6 +99,8 @@ protected:
|
|
|
void OnUpdate() override;
|
|
void OnUpdate() override;
|
|
|
/// Renders the control's widget.
|
|
/// Renders the control's widget.
|
|
|
void OnRender() override;
|
|
void OnRender() override;
|
|
|
|
|
+ /// Resizes and positions the control's widget.
|
|
|
|
|
+ void OnResize() override;
|
|
|
/// Formats the element.
|
|
/// Formats the element.
|
|
|
void OnLayout() override;
|
|
void OnLayout() override;
|
|
|
|
|
|