5#include "fifechan/widgets/spacer.hpp"
7#include "fifechan/exception.hpp"
17 Spacer::~Spacer() =
default;
21 static_cast<void>(recursion);
Abstract interface providing primitive drawing functions (lines, rectangles, etc.).
void draw(Graphics *graphics) override
Overrides this so that the spacer doesn't draw nothing.
void resizeToContent()
Resizes the widget's size to fit the content exactly, calls recursively all childs.
Spacer()
Initializes the spacer.