gtkAccelGroupsActivate         package:RGtk2         R Documentation

_g_t_k_A_c_c_e_l_G_r_o_u_p_s_A_c_t_i_v_a_t_e

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

     Finds the first accelerator in any 'GtkAccelGroup' attached to
     'object' that matches 'accel.key' and 'accel.mods', and activates
     that accelerator. If an accelerator was activated and handled this
     keypress, 'TRUE' is returned.

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

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

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

'object': ['GObject']         the 'GObject', usually a 'GtkWindow', on
          which to activate the accelerator.

'accel.key': [numeric]      accelerator keyval from a key event

'accel.mods': ['GdkModifierType']     keyboard state mask from a key
          event

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

     [logical] 'TRUE' if the accelerator was handled, 'FALSE' otherwise

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

     Derived by RGtkGen from GTK+ documentation

