gtkAccelGroupConnectByPath       package:RGtk2       R Documentation

_g_t_k_A_c_c_e_l_G_r_o_u_p_C_o_n_n_e_c_t_B_y_P_a_t_h

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

     Installs an accelerator in this group, using an accelerator path
     to look up the appropriate key and modifiers (see
     'gtkAccelMapAddEntry'). 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 the key and modifiers for the path.

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

     gtkAccelGroupConnectByPath(object, accel.path, closure)

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

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

'accel.path': [character]        path used for determining key and
          modifiers.

'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'.

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

     Derived by RGtkGen from GTK+ documentation

