gdkDeviceSetKey            package:RGtk2            R Documentation

_g_d_k_D_e_v_i_c_e_S_e_t_K_e_y

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

     Specifies the X key event to generate when a function button of a
     device is pressed.

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

     gdkDeviceSetKey(object, index, keyval, modifiers)

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

'object': ['GdkDevice'] a 'GdkDevice'.

 'index': [numeric] the index of the function button to set.

'keyval': [numeric] the keyval to generate.

'modifiers': ['GdkModifierType'] the modifiers to set.

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

     Derived by RGtkGen from GTK+ documentation

