gtkContainerSetResizeMode       package:RGtk2       R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_S_e_t_R_e_s_i_z_e_M_o_d_e

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

     Sets the resize mode for the container.

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

     gtkContainerSetResizeMode(object, resize.mode)

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

'object': ['GtkContainer']  a 'GtkContainer'

'resize.mode': ['GtkResizeMode']  the new resize mode

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

     The resize mode of a container determines whether a resize request
      will be passed to the container's parent, queued for later
     execution or executed immediately.

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

     Derived by RGtkGen from GTK+ documentation

