gtkProgressSetAdjustment {RGtk2}R Documentation

gtkProgressSetAdjustment

Description

Associates a GtkAdjustment with the GtkProgress. A GtkAdjustment is used to represent the upper and lower bounds and the step interval of the underlying value for which progress is shown. WARNING: gtk_progress_set_adjustment is deprecated and should not be used in newly-written code.

Usage

gtkProgressSetAdjustment(object, adjustment)

Arguments

object [GtkProgress] a GtkProgress.
adjustment [GtkAdjustment] the GtkAdjustment to be associated with the GtkProgress.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]