GtkToggleToolButton          package:RGtk2          R Documentation

_G_t_k_T_o_g_g_l_e_T_o_o_l_B_u_t_t_o_n

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

     A GtkToolItem containing a toggle button

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

     'gtkToggleToolButtonNew(show = TRUE)'
      'gtkToggleToolButtonNewFromStock(stock.id)'
      'gtkToggleToolButtonSetActive(object, is.active)'
      'gtkToggleToolButtonGetActive(object)'
      'gtkToggleToolButton(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:

     GtkToggleToolButton implements AtkImplementorIface and 
     'GtkBuildable'.

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

     A 'GtkToggleToolButton' is a 'GtkToolItem' that contains a toggle
     button.

     Use 'gtkToggleToolButtonNew' to create a new
     'GtkToggleToolButton'. Use 'gtkToggleToolButtonNewFromStock' to
     create a new 'GtkToggleToolButton' containing a stock item.

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


     '_G_t_k_T_o_g_g_l_e_T_o_o_l_B_u_t_t_o_n' The 'GtkToggleToolButton' struct 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:

     'gtkToggleToolButton' is the equivalent of
     'gtkToggleToolButtonNew'.

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


     '_t_o_g_g_l_e_d(_t_o_g_g_l_e._t_o_o_l._b_u_t_t_o_n, _u_s_e_r._d_a_t_a)' Emitted whenever the
          toggle tool button changes state.  

          '_t_o_g_g_l_e._t_o_o_l._b_u_t_t_o_n' ['GtkToggleToolButton']  the object that
               emitted 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 tool button should
          be pressed in or not.  

          Default value: FALSE  Since  2.8


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

