gdkWindowProcessUpdates        package:RGtk2        R Documentation

_g_d_k_W_i_n_d_o_w_P_r_o_c_e_s_s_U_p_d_a_t_e_s

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

     Sends one or more expose events to 'window'. The areas in each 
     expose event will cover the entire update area for the window (see
     'gdkWindowInvalidateRegion' for details). Normally GDK calls
     'gdkWindowProcessAllUpdates' on your behalf, so there's no need to
     call this function unless you want to force expose events to be
     delivered immediately and synchronously (vs. the usual case, where
     GDK delivers them in an idle handler). Occasionally this is useful
     to produce nicer scrolling behavior, for example.

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

     gdkWindowProcessUpdates(object, update.children)

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

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

'update.children': [logical]  whether to also process updates for child
          windows

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

     Derived by RGtkGen from GTK+ documentation

