gtkActionConnectAccelerator      package:RGtk2      R Documentation

_g_t_k_A_c_t_i_o_n_C_o_n_n_e_c_t_A_c_c_e_l_e_r_a_t_o_r

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

     Installs the accelerator for 'action' if 'action' has an accel
     path and group. See 'gtkActionSetAccelPath' and 
     'gtkActionSetAccelGroup'

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

     gtkActionConnectAccelerator(object)

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

'object': ['GtkAction']  a 'GtkAction'

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

     Since multiple proxies may independently trigger the installation
     of the accelerator, the 'action' counts the number of times this
     function has been called and doesn't remove the accelerator until
     'gtkActionDisconnectAccelerator' has been called as many times.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

