logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pango::TabArray - an object containing an array of tab stops

Enums And Flags

enumPango::TabAlign
       •   'left' / 'PANGO_TAB_LEFT'

       •   'right' / 'PANGO_TAB_RIGHT'

       •   'center' / 'PANGO_TAB_CENTER'

       •   'decimal' / 'PANGO_TAB_DECIMAL'

Hierarchy

         Glib::Boxed
         +----Pango::TabArray

Methods

tabarray=Pango::TabArray->new($initial_size,$positions_in_pixels,...)
       •   $initial_size (integer)

       •   $positions_in_pixels (boolean)

       •   ... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops.

   tabarray=Pango::TabArray->new_with_positions($initial_size,$positions_in_pixels,...)
       •   $initial_size (integer)

       •   $positions_in_pixels (boolean)

       •   ... (list) pairs of Pango::TabAlign's and integers, the alignments and positions of the tab stops.

       Alias for new.

   boolean=$tab_array->get_positions_in_pixels$tab_array->resize($new_size)
       •   $new_size (integer)

   integer=$tab_array->get_sizelist=$tab_array->get_tab($tab_index)
       •   $tab_index (integer)

   $tab_array->set_tab($tab_index,$alignment,$location)
       •   $tab_index (integer)

       •   $alignment (Pango::TabAlign)

       •   $location (integer)

   list=$tab_array->get_tabs
       Returns  a list of Pango::TabAlign's, alignments, and integers, locations.  Even elemtents are alignments
       and odd elements are locations, so 0 is the first alignment and 1 is the first  location,  2  the  second
       alignment, 3 the second location, etc.

Name

       Pango::TabArray - an object containing an array of tab stops

See Also

       Pango, Glib::Boxed

See Also