gtkProgressSetFormatString
Sets a format string used to display text indicating the current progress. The string can contain the following substitution characters:
%v - the current progress value.
%l - the lower bound for the progress value.
%u - the upper bound for the progress value.
%p - the current progress percentage.
WARNING: gtk_progress_set_format_string
is deprecated and should not be used in newly-written code.
gtkProgressSetFormatString(object, format)
|
a |
|
a string used to display progress text, or |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.