1 #ifndef TERMOX_WIDGET_LAYOUTS_OPPOSITE_HPP
2 #define TERMOX_WIDGET_LAYOUTS_OPPOSITE_HPP
3 #include <termox/widget/layouts/horizontal.hpp>
4 #include <termox/widget/layouts/vertical.hpp>
10 template <
typename Layout_t>
13 template <
typename Child_t>
18 template <
typename Child_t>
23 template <
typename Layout_t>
29 template <
typename Layout_t>
32 template <
typename Child_t>
38 template <
typename Child_t>
Lays out Widgets in 2D, sharing space in a primary dimension.
Definition: linear_layout.hpp:35
Opposite Layout type, but ::type is a template.
Definition: opposite.hpp:30
Definition: opposite.hpp:11