5#ifndef INCLUDE_FIFECHAN_WIDGETS_FLOWCONTAINER_HPP_
6#define INCLUDE_FIFECHAN_WIDGETS_FLOWCONTAINER_HPP_
8#include "fifechan/platform.hpp"
9#include "fifechan/widgets/container.hpp"
65 virtual void adjustContent();
79 void resizeToContent(
bool recursion)
override;
86 void expandContent(
bool recursion)
override;
void expandContent(bool recursion) override
Expand children to occupy available space in this container.
LayoutPolicy
The layout policy of the container.
void resizeToContent(bool recursion) override
Resize this container to fit its children.
An implementation of a flow container that can contain other widgets.
Alignment mAlignment
Current alignment used when laying out child widgets.
Alignment
Alignments for widgets.