GtkVScrollbar             package:RGtk2             R Documentation

_G_t_k_V_S_c_r_o_l_l_b_a_r

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

     A vertical scrollbar

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

     'gtkVScrollbarNew(adjustment = NULL, show = TRUE)'
      'gtkVScrollbar(adjustment = NULL, show = TRUE)'

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

     GObject
        +----GtkObject
              +----GtkWidget
                    +----GtkRange
                          +----GtkScrollbar
                                +----GtkVScrollbar 

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

     GtkVScrollbar implements AtkImplementorIface.

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

     The 'GtkVScrollbar' widget is a widget arranged vertically
     creating a scrollbar. See 'GtkScrollbar' for details on
     scrollbars. 'GtkAdjustment' pointers may be  added to handle the
     adjustment of the scrollbar or it may be left 'NULL' in which case
     one will be created for you. See 'GtkAdjustment' for details.

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

     '_G_t_k_V_S_c_r_o_l_l_b_a_r' The 'GtkVScrollbar' struct contains private data
          and should be accessed using the functions below.

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

     'gtkVScrollbar' is the equivalent of 'gtkVScrollbarNew'.

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

_S_e_e _A_l_s_o:

     'GtkScrollbar' 'GtkScrolledWindow'

