gtkAccelGroupFind           package:RGtk2           R Documentation

_g_t_k_A_c_c_e_l_G_r_o_u_p_F_i_n_d

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

     Finds the first entry in an accelerator group for which 
     'find.func' returns 'TRUE' and returns its 'GtkAccelKey'.

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

     gtkAccelGroupFind(object, find.func, data = NULL)

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

'object': ['GtkAccelGroup']  a 'GtkAccelGroup'

'find.func': ['GtkAccelGroupFindFunc']  a function to filter the
          entries of 'accel.group' with

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

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

     ['GtkAccelKey']  the key of the first entry passing 'find.func'.

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

     Derived by RGtkGen from GTK+ documentation

