enum EE::UI::SizePolicy

#include <uihelper.hpp>

enum SizePolicy: Uint32 {
    Fixed,
    MatchParent,
    WrapContent,
};