gtkProgressBarSetOrientation {RGtk2}R Documentation

gtkProgressBarSetOrientation

Description

Causes the progress bar to switch to a different orientation (left-to-right, right-to-left, top-to-bottom, or bottom-to-top).

Usage

gtkProgressBarSetOrientation(object, orientation)

Arguments

object [GtkProgressBar] a GtkProgressBar
orientation [GtkProgressBarOrientation] orientation of the progress bar

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]