gtkActionGroupAddAction        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

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

     Adds an action object to the action group. Note that this function
     does not set up the accel path of the action, which can lead to
     problems if a user tries to modify the accelerator of a menuitem
     associated with the action. Therefore you must either set the
     accel path yourself with 'gtkActionSetAccelPath', or use 
     'gtk_action_group_add_action_with_accel (..., NULL)'.

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

     gtkActionGroupAddAction(object, action)

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

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

'action': ['GtkAction']  an action

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

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

