gtkTreeViewSetRulesHint        package:RGtk2        R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_e_t_R_u_l_e_s_H_i_n_t

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

     This function tells GTK+ that the user interface for your
     application requires users to read across tree rows and associate
     cells with one another. By default, GTK+ will then render the tree
     with alternating row colors. Do _not_ use it just because you
     prefer the appearance of the ruled tree; that's a question for the
     theme. Some themes will draw tree rows in alternating colors even
     when rules are turned off, and users who prefer that appearance
     all the time can choose those themes. You should call this
     function only as a _semantic_ hint to the theme engine that your
     tree makes alternating colors useful from a functional standpoint
     (since it has lots of columns, generally).

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

     gtkTreeViewSetRulesHint(object, setting)

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

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

'setting': [logical] 'TRUE' if the tree requires reading across rows

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

     Derived by RGtkGen from GTK+ documentation

