diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-01-05 15:04:23 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-01-05 15:04:23 +0000 |
commit | 0a60e2963c1a3ec9746d7b9f06428d01ff11cece (patch) | |
tree | c1b5de6829b92850cd869f364993ea4c6077255c /docs/reference/gtk/tmpl/gtkprogress.sgml | |
parent | ad41b4ff945fccad24d4479cb66b3196b919ed37 (diff) | |
download | gtk+-0a60e2963c1a3ec9746d7b9f06428d01ff11cece.tar.gz |
Missing </listitem>, remove extra <para> dos2unix missing </para>
Wed Jan 5 10:23:41 2000 Owen Taylor <otaylor@redhat.com>
* gtk/tmpl/gtkprogress.sgml: Missing </listitem>, remove extra <para>
* gtk/tmpl/gtkobject.sgml: dos2unix
* gtk/tmpl/gtkcurve.sgml: missing </para>
* gtk/tmpl/gtkarg.sgml: dos2unix, missing </para>
* gtk/tmpl/gtkcolorsel.sgml: Missing </listitem>'s
* gtk/tmpl/gtksignal.sgml (signal): dos2unix, missing </para>'s
* gtk/tmpl/gtkmarshal.sgml: Missing </refsect2>
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkprogress.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkprogress.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkprogress.sgml b/docs/reference/gtk/tmpl/gtkprogress.sgml index e722243e45..c883498459 100644 --- a/docs/reference/gtk/tmpl/gtkprogress.sgml +++ b/docs/reference/gtk/tmpl/gtkprogress.sgml @@ -52,18 +52,22 @@ current progress. The string can contain the following substitution characters: <para> %%v - the current progress value. </para> +</listitem> <listitem> <para> %%l - the lower bound for the progress value. </para> +</listitem> <listitem> <para> %%u - the upper bound for the progress value. </para> +</listitem> <listitem> <para> %%p - the current progress percentage. </para> +</listitem> </itemizedlist> </para> |