gtkTreeViewSetLevelIndentation     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_e_t_L_e_v_e_l_I_n_d_e_n_t_a_t_i_o_n

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

     Sets the amount of extra indentation for child levels to use in
     'tree.view' in addition to the default indentation.  The value
     should be specified in pixels, a value of 0 disables this feature
     and in this case only the default indentation will be used. This
     does not have any visible effects for lists.

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

     gtkTreeViewSetLevelIndentation(object, indentation)

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

'object': ['GtkTreeView']  a 'GtkTreeView'

'indentation': [integer]  the amount, in pixels, of extra indentation
          in 'tree.view'.

_D_e_t_a_i_l_s:

     Since  2.12

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

     Derived by RGtkGen from GTK+ documentation

