GdkEvent                package:RGtk2                R Documentation

_T_h_e _G_d_k_E_v_e_n_t _F_r_a_m_e_w_o_r_k

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

     A 'GdkEvent' represents a hardware-level event in 'GDK'.

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

     In RGtk2, R objects corresponding to 'GdkEvent's inherit from the
     _GdkEvent_ class. A 'GdkEvent' is _not_ a 'GObject', but there are
     many specific  event types that extend from the _GdkEvent_ base S3
     class. Specific event fields may  be accessed in the same way as
     the fields of any external object in RGtk2 (via the  '[['
     operator).

_N_o_t_e:

     While functions exist to create 'GdkEvent's, there is currently no
     way  in RGtk2 to set the event fields, so the functions are
     useless. If the user has  some strange motivation to create
     hardware events in R, please contact the author.

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

     Michael Lawrence

_S_e_e _A_l_s_o:

     'gdk-Event-Structures' 'gdk-Events'

