enum
Pango::TabAlign
Overview
Pango::TabAlign
specifies where the text appears relative to the tab stop
position.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/pango.crEnum Members
-
Left =
0_u32
-
the text appears to the right of the tab stop position
-
Right =
1_u32
-
the text appears to the left of the tab stop position until the available space is filled. Since: 1.50
-
Center =
2_u32
-
the text is centered at the tab stop position until the available space is filled. Since: 1.50
-
Decimal =
3_u32
-
text before the first occurrence of the decimal point character appears to the left of the tab stop position (until the available space is filled), the rest to the right. Since: 1.50
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#center?
Returns
true
if this enum value equalsCenter
-
#decimal?
Returns
true
if this enum value equalsDecimal
-
#left?
Returns
true
if this enum value equalsLeft
-
#right?
Returns
true
if this enum value equalsRight
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.