gdkEventHandlerSet           package:RGtk2           R Documentation

_g_d_k_E_v_e_n_t_H_a_n_d_l_e_r_S_e_t

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

     Sets the function to call to handle all events from GDK.

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

     gdkEventHandlerSet(func, data)

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

  'func': ['GdkEventFunc']  the function to call to handle events from
          GDK.

  'data': [R object]  user data to pass to the function. 

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

     Note that GTK+ uses this to install its own event handler, so it
     is usually not useful for GTK+ applications. (Although an
     application can call this function then call 'gtkMainDoEvent' to
     pass events to GTK+.)

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

     Derived by RGtkGen from GTK+ documentation

