Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkListScrollHorizontal

gtkListScrollHorizontal


Description

Scrolls list horizontaly. 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 horizontal adjustment of list. Backward means to the left, and forward to the right. 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 full left, 1 is full right. WARNING: gtk_list_scroll_horizontal is deprecated and should not be used in newly-written code.

Usage

gtkListScrollHorizontal(object, scroll.type, position)

Arguments

object

the list widget.

scroll.type

the scrolling type.

position

the position if scroll.type is GTK_SCROLL_JUMP

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.