gdkEventGetState            package:RGtk2            R Documentation

_g_d_k_E_v_e_n_t_G_e_t_S_t_a_t_e

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

     If the event contains a "state" field, puts that field in 'state'.
     Otherwise stores an empty state (0). Returns 'TRUE' if there was a
     state field in the event. 'event' may be 'NULL', in which case
     it's treated as if the event had no state field.

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

     gdkEventGetState(object)

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

'object': ['GdkEvent']  a 'GdkEvent' or NULL

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' if there was a state field in the event 

 'state': ['GdkModifierType']  return location for state

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

     Derived by RGtkGen from GTK+ documentation

