pangoTabArrayNewWithPositions     package:RGtk2     R Documentation

_p_a_n_g_o_T_a_b_A_r_r_a_y_N_e_w_W_i_t_h_P_o_s_i_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     This is a convenience function that creates a 'PangoTabArray' and
     allows you to specify the alignment and position of each tab stop.
     You _must_ provide an alignment and position for 'size' tab stops.

_U_s_a_g_e:

     pangoTabArrayNewWithPositions(size, positions.in.pixels, ...)

_A_r_g_u_m_e_n_t_s:

  'size': [integer]  number of tab stops in the list

'positions.in.pixels': [logical]  whether positions are in pixel units

   '...': additional alignment/position pairs

_V_a_l_u_e:

     ['PangoTabArray']  the newly allocated 'PangoTabArray'.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

