Function Control.sizeFlagsHorizontal
Tells the parent Container
nodes how they should resize and place the node on the X axis. Use one of the sizeflags
constants to change the flags. See the constants to learn what each does.
long sizeFlagsHorizontal() nothrow @property @nogc;
void sizeFlagsHorizontal
(
long v
) nothrow @property @nogc;