2#ifndef LIBSBX_UI_HORIZONTAL_LAYOUT_HPP_
3#define LIBSBX_UI_HORIZONTAL_LAYOUT_HPP_
7#include <libsbx/ui/layout.hpp>
8#include <libsbx/ui/element.hpp>
16 std::float_t spacing{0.0f};
24 auto arrange(
const rectangle& bounds, std::vector<std::unique_ptr<element>>& children) ->
void override;
Definition: horizontal_layout.hpp:12
Definition: layout.hpp:39
Definition: layout.hpp:15