26#ifndef TGUI_BOX_LAYOUT_RENDERER_HPP 
   27#define TGUI_BOX_LAYOUT_RENDERER_HPP 
   30#include <TGUI/Renderers/GroupRenderer.hpp> 
   40        using GroupRenderer::GroupRenderer;
 
Definition: BoxLayoutRenderer.hpp:37
 
void setSpaceBetweenWidgets(float distance)
Changes the space between the widgets.
 
float getSpaceBetweenWidgets() const
Returns the space between the widgets.
 
Definition: GroupRenderer.hpp:37
 
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:37