gtkMainDoEvent             package:RGtk2             R Documentation

_g_t_k_M_a_i_n_D_o_E_v_e_n_t

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

     Processes a single GDK event. This is public only to allow
     filtering of events between GDK and GTK+. You will not usually
     need to call this function directly.

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

     gtkMainDoEvent(event)

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

 'event': ['GdkEvent'] An event to process (normally) passed by GDK.

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

     While you should not call this function directly, you might want
     to know how exactly events are handled. So here is what this
     function does with  the event:

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

     Derived by RGtkGen from GTK+ documentation

