T-tabarray
Gnome::Pango::T-tabarray
#------------------------------------------------------------------------------- #--[Class Initialization]------------------------------------------------------- #-------------------------------------------------------------------------------
Class initialization
new
Initialization of a type class is simple and only needed when the standalone functions are used.
method new ( )
#------------------------------------------------------------------------------- #--[Enumerations]--------------------------------------------------------------- #-------------------------------------------------------------------------------
Enumerations
PangoTabAlign
enumeration PangoTabAlign defined in Gnome::Pango::T-tabarray specifies where the text appears relative to the tab stop
position.
PANGO_TAB_LEFT; the text appears to the right of the tab stop positionPANGO_TAB_RIGHT; the text appears to the left of the tab stop position until the available space is filled. Since: 1.50PANGO_TAB_CENTER; the text is centered at the tab stop position until the available space is filled. Since: 1.50PANGO_TAB_DECIMAL; 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
#------------------------------------------------------------------------------- #--[Standalone Functions]------------------------------------------------------- #-------------------------------------------------------------------------------
Standalone Functions
#-------------------------------------------------------------------------------
tab-array-from-string
Deserializes a Gnome::Pango::N-TabArray from a string.
This is the counterpart to .to-string().
See that functions for details about the format.
method tab-array-from-string ( Str $text --> CArray[N-TabArray] )
$text; a string.
Return value; a new Gnome::Pango::N-TabArray.