enum Tput::Namespace::AlignFlag
Defined in:
tput/namespace.crEnum Members
-
Left =
1
-
Leading =
1
-
Right =
2
-
Trailing =
2
-
HCenter =
4
-
Horizontal_Mask =
7
-
Justify = 0x0008 Absolute = 0x0010
-
Top =
32
-
Bottom =
64
-
VCenter =
128
-
Vertical_Mask =
224
-
Center =
132
Instance Method Summary
- #bottom?
- #center?
- #h_center?
- #horizontal_mask?
- #leading?
- #left?
- #none?
- #right?
- #top?
- #trailing?
- #v_center?
- #vertical_mask?