pangoLayoutSetTabs           package:RGtk2           R Documentation

_p_a_n_g_o_L_a_y_o_u_t_S_e_t_T_a_b_s

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

     Sets the tabs to use for 'layout', overriding the default tabs (by
     default, tabs are every 8 spaces). If 'tabs' is 'NULL', the
     default tabs are reinstated. 'tabs' is copied into the layout; you
     must free your copy of 'tabs' yourself.

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

     pangoLayoutSetTabs(object, tabs = NULL)

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

'object': ['PangoLayout']  a 'PangoLayout'

  'tabs': ['PangoTabArray']  a 'PangoTabArray'

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

     Derived by RGtkGen from GTK+ documentation

