gtkContainerSetReallocateRedraws    package:RGtk2    R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_S_e_t_R_e_a_l_l_o_c_a_t_e_R_e_d_r_a_w_s

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

     Sets the 'reallocate.redraws' flag of the container to the given
     value.

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

     gtkContainerSetReallocateRedraws(object, needs.redraws)

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

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

'needs.redraws': [logical]  the new value for the container's
          'reallocate.redraws' flag

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

     Containers requesting reallocation redraws get automatically
     redrawn if any of their children changed allocation.

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

     Derived by RGtkGen from GTK+ documentation

