gdkDeviceSetMode            package:RGtk2            R Documentation

_g_d_k_D_e_v_i_c_e_S_e_t_M_o_d_e

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

     Sets a the mode of an input device. The mode controls if the 
     device is active and whether the device's range is mapped to the
     entire screen or to a single window.

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

     gdkDeviceSetMode(object, mode)

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

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

  'mode': ['GdkInputMode'] the input mode.

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

     [logical] 'TRUE' if the mode was successfully changed.

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

     Derived by RGtkGen from GTK+ documentation

