bitflag enum ui.SizePolicyFlags

bitflag enum SizePolicyFlags {
    Grow,
    Expand,
    Shrink,
    Ignore,
};