GtkToggleAction            package:RGtk2            R Documentation

_G_t_k_T_o_g_g_l_e_A_c_t_i_o_n

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

     An action which can be toggled between two states

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

     'gtkToggleActionNew(name = NULL, label = NULL, tooltip = NULL,
     stock.id = NULL)'
      'gtkToggleActionToggled(object)'
      'gtkToggleActionSetActive(object, is.active)'
      'gtkToggleActionGetActive(object)'
      'gtkToggleActionSetDrawAsRadio(object, draw.as.radio)'
      'gtkToggleActionGetDrawAsRadio(object)'
      'gtkToggleAction(name = NULL, label = NULL, tooltip = NULL,
     stock.id = NULL)'

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

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

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

     GtkToggleAction implements 'GtkBuildable'.

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

     A 'GtkToggleAction' corresponds roughly to a 'GtkCheckMenuItem'.
     It has an "active" state specifying whether the action has been
     checked or not.

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


     '_G_t_k_T_o_g_g_l_e_A_c_t_i_o_n' The 'GtkToggleAction' 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:

     'gtkToggleAction' is the equivalent of 'gtkToggleActionNew'.

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


     '_t_o_g_g_l_e_d(_t_o_g_g_l_e_a_c_t_i_o_n, _u_s_e_r._d_a_t_a)' _undocumented _

          '_t_o_g_g_l_e_a_c_t_i_o_n' ['GtkToggleAction'] the object which received
               the signal.

          '_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:


     '_a_c_t_i_v_e' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] If the toggle action should be
          active in or not.  

          Default value: FALSE  Since  2.10


     '_d_r_a_w-_a_s-_r_a_d_i_o' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the proxies for
          this action look like radio action proxies.  Default value:
          FALSE


_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/GtkToggleAction.html>

