gtkRadioButtonSetGroup         package:RGtk2         R Documentation

_g_t_k_R_a_d_i_o_B_u_t_t_o_n_S_e_t_G_r_o_u_p

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

     Sets a 'GtkRadioButton''s group. It should be noted that this does
     not change the layout of your interface in any way, so if you are
     changing the group, it is likely you will need to re-arrange the
     user interface to reflect these changes.

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

     gtkRadioButtonSetGroup(object, group)

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

'object': ['GtkRadioButton'] a 'GtkRadioButton'.

 'group': [list] an existing radio button group, such as one returned
          from 'gtkRadioButtonGetGroup'.

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

     Derived by RGtkGen from GTK+ documentation

