Description Usage Arguments Author(s)
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.
1 | gtkProgressSetFormatString(object, format)
|
|
a |
|
a string used to display progress text, or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.