gdkWindowEnableSynchronizedConfigure  package:RGtk2  R Documentation

_g_d_k_W_i_n_d_o_w_E_n_a_b_l_e_S_y_n_c_h_r_o_n_i_z_e_d_C_o_n_f_i_g_u_r_e

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

     Indicates that the application will cooperate with the window
     system in synchronizing the window repaint with the window manager
     during resizing operations. After an application calls this
     function, it must call 'gdkWindowConfigureFinished' every time it
     has finished all processing associated with a set of Configure
     events. Toplevel GTK+ windows automatically use this protocol.

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

     gdkWindowEnableSynchronizedConfigure(object)

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

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

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

     On X, calling this function makes 'window' participate in the
     _NET_WM_SYNC_REQUEST window manager protocol.  

     Since  2.6

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

     Derived by RGtkGen from GTK+ documentation

