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.cr

Enum 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

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def center? #

[View source]
def decimal? #

[View source]
def left? #

[View source]
def right? #

[View source]