gtkKeySnooperInstall          package:RGtk2          R Documentation

_g_t_k_K_e_y_S_n_o_o_p_e_r_I_n_s_t_a_l_l

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

     Installs a key snooper function, which will get called on all key
     events before delivering them normally.

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

     gtkKeySnooperInstall(snooper, func.data = NULL)

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

'snooper': ['GtkKeySnoopFunc'] a 'GtkKeySnoopFunc'.

'func.data': [R object] data to pass to 'snooper'.

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

     [numeric] a unique id for this key snooper for use with
     'gtkKeySnooperRemove'.

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

     Derived by RGtkGen from GTK+ documentation

