gtkListScrollVertical         package:RGtk2         R Documentation

_g_t_k_L_i_s_t_S_c_r_o_l_l_V_e_r_t_i_c_a_l

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

     Scrolls 'list' vertically. This supposes that the list is packed
     into a scrolled window or something similar, and adjustments are
     well set. Step and page increment are those from the vertical
     adjustment of 'list'. Backward means up, and forward down. Out of
     bounds values are truncated. 'scroll.type' may be any valid
     'GtkScrollType'. If 'scroll.type' is 'GTK_SCROLL_NONE', nothing is
     done. If it's 'GTK_SCROLL_JUMP', the list scrolls to the ratio
     'position': 0 is top, 1 is bottom. *WARNING:
     'gtk_list_scroll_vertical' is deprecated and should not be used in
     newly-written code.*

_U_s_a_g_e:

     gtkListScrollVertical(object, scroll.type, position)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkList'] the list widget.

'scroll.type': ['GtkScrollType'] the scrolling type.

'position': [numeric] the position if 'scroll.type' is
          'GTK_SCROLL_JUMP'

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

