enum
Eagle::SizeFlags
Overview
How a control grows inside a box container. ExpandX or ExpandY makes it take up the spare space.
Defined in:
eagle/ui/control.crEnum Members
-
ExpandX =
1 -
Take a share of spare width in an
HBox. -
ExpandY =
2 -
Take a share of spare height in a
VBox. -
Expand =
3 -
Expand in both directions.
-
None =
0 -
All =
3
Instance Method Summary
-
#expand?
Returns
trueif this enum value containsExpand -
#expand_x?
Returns
trueif this enum value containsExpandX -
#expand_y?
Returns
trueif this enum value containsExpandY - #none?