gtkProgressSetFormatString {RGtk2} | R Documentation |
Sets a format string used to display text indicating the current progress. The string can contain the following substitution characters:
gtk_progress_set_format_string
is deprecated and should not be used in newly-written code.
gtkProgressSetFormatString(object, format)
|
[GtkProgress ] a GtkProgress . |
|
[character] a string used to display progress text, or NULL
to restore to the default format. |
Derived by RGtkGen from GTK+ documentation