GtkVScale               package:RGtk2               R Documentation

_G_t_k_V_S_c_a_l_e

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

     A vertical slider widget for selecting a value from a range

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

     'gtkVScaleNew(adjustment = NULL, show = TRUE)'
      'gtkVScaleNewWithRange(min, max, step, show = TRUE)'
      'gtkVScale(adjustment = NULL, min, max, step, show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkRange
                                +----GtkScale
                                      +----GtkVScale 

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

     GtkVScale implements AtkImplementorIface and  'GtkBuildable'.

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

     The 'GtkVScale' widget is used to allow the user to select a value
     using a vertical slider. To create one, use
     'gtkHScaleNewWithRange'.

     The position to show the current value, and the number of decimal
     places shown can be set using the parent 'GtkScale' class's
     functions.

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


     '_G_t_k_V_S_c_a_l_e' The 'GtkVScale' struct contains private data only, 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:

     'gtkVScale' is the result of collapsing the constructors of
     'GtkVScale' ('gtkVScaleNew', 'gtkVScaleNewWithRange') and accepts
     a subset of its arguments matching the required arguments of one
     of its delegate constructors.

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

