gdkWindowConfigureFinished       package:RGtk2       R Documentation

_g_d_k_W_i_n_d_o_w_C_o_n_f_i_g_u_r_e_F_i_n_i_s_h_e_d

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

     Signal to the window system that the application has finished
     handling Configure events it has received. Window Managers can use
     this to better synchronize the frame repaint with the application.
     GTK+ applications will automatically call this function when
     appropriate.

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

     gdkWindowConfigureFinished(object)

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

'object': ['GdkWindow']  a toplevel 'GdkWindow'

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

     This function can only be called if
     'gdkWindowEnableSynchronizedConfigure' was called previously.  

     Since  2.6

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

     Derived by RGtkGen from GTK+ documentation

