gtkTreeViewSetFixedHeightMode     package:RGtk2     R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_e_t_F_i_x_e_d_H_e_i_g_h_t_M_o_d_e

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

     Enables or disables the fixed height mode of 'tree.view'.  Fixed
     height mode speeds up 'GtkTreeView' by assuming that all  rows
     have the same height.  Only enable this option if all rows are the
     same height and all columns are of type
     'GTK_TREE_VIEW_COLUMN_FIXED'.

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

     gtkTreeViewSetFixedHeightMode(object, enable)

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

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

'enable': [logical] 'TRUE' to enable fixed height mode

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

     Since  2.6

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

     Derived by RGtkGen from GTK+ documentation

