gtkProgressSetPercentage {RGtk2}R Documentation

gtkProgressSetPercentage

Description

Sets the current percentage completion for the GtkProgress. WARNING: gtk_progress_set_percentage is deprecated and should not be used in newly-written code.

Usage

gtkProgressSetPercentage(object, percentage)

Arguments

object [GtkProgress] a GtkProgress.
percentage [numeric] the percentage complete which must be between 0.0 and 1.0.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]