gtkProgressGetCurrentText {RGtk2}R Documentation

gtkProgressGetCurrentText

Description

Returns the current text associated with the GtkProgress. This text is the based on the underlying format string after any substitutions are made. WARNING: gtk_progress_get_current_text is deprecated and should not be used in newly-written code.

Usage

gtkProgressGetCurrentText(object)

Arguments

object [GtkProgress] a GtkProgress.

Value

[character] the text indicating the current progress.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]