GtkRadioToolButton           package:RGtk2           R Documentation

_G_t_k_R_a_d_i_o_T_o_o_l_B_u_t_t_o_n

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

     A toolbar item that contains a radio button

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkRadioToolButtonNew(group = NULL, show = TRUE)'
      'gtkRadioToolButtonNewFromStock(group = NULL, stock.id, show =
     TRUE)'
      'gtkRadioToolButtonNewFromWidget(group = NULL, show = TRUE)'
      'gtkRadioToolButtonNewWithStockFromWidget(group = NULL, stock.id,
     show = TRUE)'
      'gtkRadioToolButtonGetGroup(object)'
      'gtkRadioToolButtonSetGroup(object, group)'
      'gtkRadioToolButton(group = NULL, stock.id, show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkToolItem
                                            +----GtkToolButton

     +----GtkToggleToolButton

     +----GtkRadioToolButton 

_I_n_t_e_r_f_a_c_e_s:

     GtkRadioToolButton implements AtkImplementorIface and 
     'GtkBuildable'.

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

     A 'GtkRadioToolButton' is a 'GtkToolItem' that contains a radio
     button, that is, a button that is part of a group of toggle
     buttons where only one button can be active at a time.

     Use 'gtkRadioToolButtonNew' to create a new 'GtkRadioToolButton'.
     use 'gtkRadioToolButtonNewFromWidget' to create a new
     'GtkRadioToolButton' that is part of the same group as an existing
     'GtkRadioToolButton'. Use 'gtkRadioToolButtonNewFromStock' or
     'gtkRadioToolButtonNewFromWidgetWithStock()' to create a new
     'GtkRAdioToolButton' containing a stock item.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_R_a_d_i_o_T_o_o_l_B_u_t_t_o_n' The 'GtkRadioToolButton' contains only
          private data and should only be accessed through the
          functions described below.


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkRadioToolButton' is the result of collapsing the constructors
     of 'GtkRadioToolButton' ('gtkRadioToolButtonNew',
     'gtkRadioToolButtonNewFromStock',
     'gtkRadioToolButtonNewFromWidget',
     'gtkRadioToolButtonNewWithStockFromWidget') and accepts a subset
     of its arguments matching the required arguments of one of its
     delegate constructors.

_P_r_o_p_e_r_t_i_e_s:


     '_g_r_o_u_p' ['_G_t_k_R_a_d_i_o_T_o_o_l_B_u_t_t_o_n' : _W_r_i_t_e] Sets a new group for a
          radio tool button.  

          Since  2.4


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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/GtkRadioToolButton.html>

