gtkActionGroupAddRadioActions     package:RGtk2     R Documentation

_g_t_k_A_c_t_i_o_n_G_r_o_u_p_A_d_d_R_a_d_i_o_A_c_t_i_o_n_s

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

     This is a convenience routine to create a group of radio actions
     and add them to the action group.

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

     gtkActionGroupAddRadioActions(object, entries, value, on.change = NULL, user.data = NULL)

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

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

'entries': ['GtkRadioActionEntry']  a list of radio action descriptions

 'value': [integer]  the value of the action to activate initially, or
          -1 if no action should be activated

'on.change': [GCallback]  the callback to connect to the changed signal

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

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

     The "changed" signal of the first radio action is connected to the
      'on.change' callback and the accel paths of the actions are set
     to  '<Actions>/'.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

