gtkProgressGetCurrentPercentage {RGtk2.10}R Documentation

gtkProgressGetCurrentPercentage

Description

Returns the current progress as a percentage. WARNING: gtk_progress_get_current_percentage is deprecated and should not be used in newly-written code.

Usage

gtkProgressGetCurrentPercentage(object)

Arguments

object [GtkProgress] a GtkProgress.

Value

[numeric] a number between 0.0 and 1.0 indicating the percentage complete.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]