AreaWidget class reference
Widget - ghost. Serves as a description of a specific space and performs automatic recalculation of this space after changing the size of the parent.
Functions documentation
AreaWidget(Window* window, constWidget2DProps& props);
Default constructor.
virtual ~AreaWidget();
Destructor.
AreaWidget* Clone() const override;
Clones the object (usefull while making copy of object that is casted to its base).
void EnableWidget() override;Bindings override (connecting for: WindowResize, WindowClose).
void Render() override;Renders nothing for now.
void BindBuffers() override;This function do nothing.