GtkVButtonBox             package:RGtk2             R Documentation

_G_t_k_V_B_u_t_t_o_n_B_o_x

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

     A container for arranging buttons vertically

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

     'gtkVButtonBoxNew(show = TRUE)'
      'gtkVButtonBoxGetSpacingDefault()'
      'gtkVButtonBoxSetSpacingDefault(spacing)'
      'gtkVButtonBoxGetLayoutDefault()'
      'gtkVButtonBoxSetLayoutDefault(layout)'
      'gtkVButtonBox(show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBox
                                      +----GtkButtonBox
                                            +----GtkVButtonBox 

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

     GtkVButtonBox implements AtkImplementorIface and  'GtkBuildable'.

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

     A button box should be used to provide a consistent layout of
     buttons throughout your application. The layout/spacing can be
     altered by the programmer, or if desired, by the user to alter the
     'feel' of a program to a small degree.

     A 'GtkVButtonBox' is created with 'gtkVButtonBoxNew'. Buttons are
     packed into a button box the same way widgets are added to any
     other container, using 'gtkContainerAdd'. You can also use
     'gtkBoxPackStart' or 'gtkBoxPackEnd', but for button boxes both
     these functions work just like 'gtkContainerAdd', ie., they pack
     the button in a way that depends on the current layout style and
     on whether the button has had 'gtkButtonBoxSetChildSecondary'
     called on it.

     The spacing between buttons can be set with 'gtkBoxSetSpacing'.
     The arrangement and layout of the buttons can be changed with
     'gtkButtonBoxSetLayout'.

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


     '_G_t_k_V_B_u_t_t_o_n_B_o_x' GtkVButtonBox does not contain any public fields.


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

     'gtkVButtonBox' is the equivalent of 'gtkVButtonBoxNew'.

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

