gtkActionGroupAddActionWithAccel    package:RGtk2    R Documentation

_g_t_k_A_c_t_i_o_n_G_r_o_u_p_A_d_d_A_c_t_i_o_n_W_i_t_h_A_c_c_e_l

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

     Adds an action object to the action group and sets up the
     accelerator.

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

     gtkActionGroupAddActionWithAccel(object, action, accelerator = NULL)

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

'object': ['GtkActionGroup']  the action group 

'action': ['GtkAction']  the action to add 

'accelerator': [character]  the accelerator for the action, in the
          format understood by 'gtkAcceleratorParse', or "" for no
          accelerator, or  'NULL' to use the stock accelerator 

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

     If 'accelerator' is 'NULL', attempts to use the accelerator
     associated  with the stock_id of the action. 

     Accel paths are set to '<Actions>/'.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

