gtkProgressSetFormatString {RGtk2}R Documentation

gtkProgressSetFormatString

Description

Sets a format string used to display text indicating the current progress. The string can contain the following substitution characters:

WARNING: gtk_progress_set_format_string is deprecated and should not be used in newly-written code.

Usage

gtkProgressSetFormatString(object, format)

Arguments

object [GtkProgress] a GtkProgress.
format [character] a string used to display progress text, or NULL to restore to the default format.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]