gtkAccelGroupQuery           package:RGtk2           R Documentation

_g_t_k_A_c_c_e_l_G_r_o_u_p_Q_u_e_r_y

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

     Queries an accelerator group for all entries matching 'accel.key'
     and  'accel.mods'.

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

     gtkAccelGroupQuery(object, accel.key, accel.mods)

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

'object': ['GtkAccelGroup']       the accelerator group to query

'accel.key': [numeric]         key value of the accelerator

'accel.mods': ['GdkModifierType']        modifier combination of the
          accelerator

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

     A list containing the following elements: 

  retval: [GtkAccelGroupEntry]           a list of 'n.entries'
          'GtkAccelGroupEntry' elements, or 'NULL'. 

'n.entries': [numeric]         location to return the number of entries
          found, or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

