gtkCellRendererGetFixedSize      package:RGtk2      R Documentation

_g_t_k_C_e_l_l_R_e_n_d_e_r_e_r_G_e_t_F_i_x_e_d_S_i_z_e

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

     Fills in 'width' and 'height' with the appropriate size of 'cell'.

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

     gtkCellRendererGetFixedSize(object)

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

'object': ['GtkCellRenderer']  A 'GtkCellRenderer'

_V_a_l_u_e:

     A list containing the following elements: 

 'width': [integer]  location to fill in with the fixed width of the
          widget, or 'NULL'

'height': [integer]  location to fill in with the fixed height of the
          widget, or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

