GtkProgress::set_format_string
void set_format_string(string
format);
警告! このメソッドは PHP-GTK 2 では非推奨です。
新しく書くコードでは使用してはいけません。
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.