gtkActionGroupAddActions        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_s

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

     This is a convenience function to create a number of actions and
     add them  to the action group.

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

     gtkActionGroupAddActions(object, entries, user.data = NULL)

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

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

'entries': ['GtkActionEntry']  a list of action descriptions

'user.data': [R object]  data to pass to the action callbacks

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

     The "activate" signals of the actions are connected to the
     callbacks and  their accel paths are set to  '<Actions>/'.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

