gtkAccelGroupConnect          package:RGtk2          R Documentation

_g_t_k_A_c_c_e_l_G_r_o_u_p_C_o_n_n_e_c_t

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

     Installs an accelerator in this group. When 'accel.group' is being
     activated in response to a call to 'gtkAccelGroupsActivate',
     'closure' will be invoked if the 'accel.key' and 'accel.mods' from
     'gtkAccelGroupsActivate' match those of this connection.

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

     gtkAccelGroupConnect(object, accel.key, accel.mods, accel.flags, closure)

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

'object': ['GtkAccelGroup']       the accelerator group to install an
          accelerator in

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

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

'accel.flags': ['GtkAccelFlags']       a flag mask to configure this
          accelerator

'closure': ['GClosure']           closure to be executed upon
          accelerator activation

_D_e_t_a_i_l_s:

     The signature used for the 'closure' is that of
     'GtkAccelGroupActivate'.

     Note that, due to implementation details, a single closure can
     only be connected to one accelerator group.

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

     Derived by RGtkGen from GTK+ documentation

