gtkCellRendererTextSetFixedHeightFromFontpackage:RGtk2R Documentation

_g_t_k_C_e_l_l_R_e_n_d_e_r_e_r_T_e_x_t_S_e_t_F_i_x_e_d_H_e_i_g_h_t_F_r_o_m_F_o_n_t

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

     Sets the height of a renderer to explicitly be determined by the
     "font" and "y_pad" property set on it.  Further changes in these
     properties do not affect the height, so they must be accompanied
     by a subsequent call to this function.  Using this function is
     unflexible, and should really only be used if calculating the size
     of a cell is too slow (ie, a massive number of cells displayed). 
     If 'number.of.rows' is -1, then the fixed height is unset, and the
     height is determined by the properties again.

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

     gtkCellRendererTextSetFixedHeightFromFont(object, number.of.rows)

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

'object': ['GtkCellRendererText']  A 'GtkCellRendererText'

'number.of.rows': [integer]  Number of rows of text each cell renderer
          is allocated, or -1

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

     Derived by RGtkGen from GTK+ documentation

