GtkCheckButton             package:RGtk2             R Documentation

_G_t_k_C_h_e_c_k_B_u_t_t_o_n

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

     Create widgets with a discrete toggle button

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

     'gtkCheckButtonNew(show = TRUE)'
      'gtkCheckButtonNewWithLabel(label, show = TRUE)'
      'gtkCheckButtonNewWithMnemonic(label, show = TRUE)'
      'gtkCheckButton(label, show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkButton
                                            +----GtkToggleButton
                                                  +----GtkCheckButton

     +----GtkRadioButton 

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

     GtkCheckButton implements AtkImplementorIface and  'GtkBuildable'.

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

     A 'GtkCheckButton' places a discrete 'GtkToggleButton' next to a
     widget, (usually a 'GtkLabel'). See the section on
     'GtkToggleButton' widgets for more information about toggle/check
     buttons.

     The important signal ('toggled') is also inherited from
     'GtkToggleButton'.

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


     '_G_t_k_C_h_e_c_k_B_u_t_t_o_n' 'toggle_button' is a 'GtkToggleButton'
          representing the actual toggle button that composes the check
          button.


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

     'gtkCheckButton' is the result of collapsing the constructors of
     'GtkCheckButton' ('gtkCheckButtonNew',
     'gtkCheckButtonNewWithLabel', 'gtkCheckButtonNewWithMnemonic') and
     accepts a subset of its arguments matching the required arguments
     of one of its delegate constructors.

_S_t_y_l_e _P_r_o_p_e_r_t_i_e_s:


     '_i_n_d_i_c_a_t_o_r-_s_i_z_e' [_i_n_t_e_g_e_r : _R_e_a_d] Size of check or radio
          indicator.  Allowed values: >= 0  Default value: 13


     '_i_n_d_i_c_a_t_o_r-_s_p_a_c_i_n_g' [_i_n_t_e_g_e_r : _R_e_a_d] Spacing around check or radio
          indicator.  Allowed values: >= 0  Default value: 2


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

