enum
GUI::Align
Defined in:
wrappers.crEnum Members
-
Left =
1 -
Top =
1 -
Center =
2 -
Right =
3 -
Bottom =
3 -
Justify =
4
Constructors
Instance Method Summary
-
#bottom?
Returns
trueif this enum value equalsBottom -
#center?
Returns
trueif this enum value equalsCenter -
#justify?
Returns
trueif this enum value equalsJustify -
#left?
Returns
trueif this enum value equalsLeft -
#right?
Returns
trueif this enum value equalsRight - #to_unsafe
-
#top?
Returns
trueif this enum value equalsTop