pangoTabArrayNew            package:RGtk2            R Documentation

_p_a_n_g_o_T_a_b_A_r_r_a_y_N_e_w

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

     Creates a list of 'initial.size' tab stops. Tab stops are
     specified in pixel units if 'positions.in.pixels' is 'TRUE',
     otherwise in Pango units. All stops are initially at position 0.

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

     pangoTabArrayNew(initial.size, positions.in.pixels)

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

'initial.size': [integer]  Initial number of tab stops to allocate, can
          be 0

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

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

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

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

     Derived by RGtkGen from GTK+ documentation

