25#ifndef TGUI_BOX_LAYOUT_RENDERER_HPP
26#define TGUI_BOX_LAYOUT_RENDERER_HPP
28#include <TGUI/Renderers/GroupRenderer.hpp>
32TGUI_MODULE_EXPORT
namespace tgui
38 using GroupRenderer::GroupRenderer;
Definition BoxLayoutRenderer.hpp:35
void setSpaceBetweenWidgets(float distance)
Changes the space between the widgets.
float getSpaceBetweenWidgets() const
Returns the space between the widgets.
Definition GroupRenderer.hpp:35
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:38