GtkRadioAction             package:RGtk2             R Documentation

_G_t_k_R_a_d_i_o_A_c_t_i_o_n

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

     An action of which only one in a group can be active

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

     'gtkRadioActionNew(name = NULL, label = NULL, tooltip = NULL,
     stock.id = NULL, value = NULL)'
      'gtkRadioActionGetGroup(object)'
      'gtkRadioActionSetGroup(object, group)'
      'gtkRadioActionGetCurrentValue(object)'
      'gtkRadioActionSetCurrentValue(object, current.value)'
      'gtkRadioAction(name = NULL, label = NULL, tooltip = NULL,
     stock.id = NULL, value = NULL)'

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

     GObject
        +----GtkAction
              +----GtkToggleAction
                    +----GtkRadioAction 

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

     GtkRadioAction implements 'GtkBuildable'.

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

     A 'GtkRadioAction' is similar to 'GtkRadioMenuItem'. A number of
     radio actions can be linked together so that only one may be
     active at any  one time.

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


     '_G_t_k_R_a_d_i_o_A_c_t_i_o_n' The 'GtkRadioAction' struct contains  only
          private members and should not be accessed directly.


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

     'gtkRadioAction' is the equivalent of 'gtkRadioActionNew'.

_S_i_g_n_a_l_s:


     '_c_h_a_n_g_e_d(_a_c_t_i_o_n, _c_u_r_r_e_n_t, _u_s_e_r._d_a_t_a)' The ::changed signal is
          emitted on every member of a radio group when the active
          member is changed. The signal gets emitted after the
          ::activate signals for the previous and current active
          members.  

          Since  2.4

          '_a_c_t_i_o_n' ['GtkRadioAction']  the action on which the signal
               is emitted

          '_c_u_r_r_e_n_t' ['GtkRadioAction']  the member of 'action's group
               which has just been activated

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


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


     '_c_u_r_r_e_n_t-_v_a_l_u_e' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] The value property of the
          currently active member of the group to which this action
          belongs.  

          Default value: 0  Since  2.10


     '_g_r_o_u_p' ['_G_t_k_R_a_d_i_o_A_c_t_i_o_n' : _W_r_i_t_e] Sets a new group for a radio
          action.  

          Since  2.4


     '_v_a_l_u_e' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] The value is an arbitrary integer
          which can be used as a convenient way to determine which
          action in the group is  currently active in an ::activate or
          ::changed signal handler. See 'gtkRadioActionGetCurrentValue'
          and 'GtkRadioActionEntry' for convenient ways to get and set
          this property.  

          Default value: 0  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/GtkRadioAction.html>

