gdkEventGetGraphicsExpose       package:RGtk2       R Documentation

_g_d_k_E_v_e_n_t_G_e_t_G_r_a_p_h_i_c_s_E_x_p_o_s_e

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

     Waits for a GraphicsExpose or NoExpose event from the X server.
     This is used in the 'GtkText' and 'GtkCList' widgets in GTK+ to
     make sure any GraphicsExpose events are handled before the widget
     is scrolled.

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

     gdkEventGetGraphicsExpose(window)

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

'window': ['GdkWindow']  the 'GdkWindow' to wait for the events for.

_V_a_l_u_e:

     ['GdkEvent']   a 'GdkEventExpose' if a GraphicsExpose was
     received, or 'NULL' if a NoExpose event was received.

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

     Derived by RGtkGen from GTK+ documentation

