diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-18 19:04:26 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-18 19:04:26 +0000 |
commit | 0d0c6bb6fa49c8cab55f5909614cede9331d79ae (patch) | |
tree | 46ed06be503e1c4f6d086627dd43cc6360b2c564 /help/C | |
parent | Add some screenshots for the help documentation. (diff) | |
download | zenity-0d0c6bb6fa49c8cab55f5909614cede9331d79ae.tar.gz zenity-0d0c6bb6fa49c8cab55f5909614cede9331d79ae.tar.bz2 zenity-0d0c6bb6fa49c8cab55f5909614cede9331d79ae.zip |
Add in references to the screenshots.
2003-01-18 Glynn Foster <glynn.foster@sun.com>
* help/C/zenity.xml: Add in references to the screenshots.
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/zenity.xml | 154 |
1 files changed, 148 insertions, 6 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 95984acc..f84b3bc4 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -292,7 +292,21 @@ </variablelist> -<!-- FIXME: Add an example of a script, including a screenshot --> + <figure id="zenity-calendar-screenshot"> + <title>Calendar dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-calendar-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; Calendar dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + +<!-- FIXME: Add an example of a script --> </sect1> @@ -332,6 +346,22 @@ </variablelist> + <figure id="zenity-entry-screenshot"> + <title>Text Entry dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-entry-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; Text Entry dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + +<!-- FIXME: Add an example of a script --> + </sect1> <!-- ==== Message Options ====== --> @@ -358,7 +388,63 @@ </variablelist> -<!-- FIXME: Add an example of a script, including a screenshot --> + <figure id="zenity-error-screenshot"> + <title>Error dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-error-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; Error dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + + <figure id="zenity-information-screenshot"> + <title>Informational dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-information-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; Informational dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + + <figure id="zenity-question-screenshot"> + <title>Question dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-question-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; Question dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + + <figure id="zenity-warning-screenshot"> + <title>Warning dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-warning-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; Warning dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + +<!-- FIXME: Add an example of a script --> </sect1> @@ -384,7 +470,21 @@ </variablelist> -<!-- FIXME: Add an example of a script, including a screenshot --> + <figure id="zenity-fileselection-screenshot"> + <title>File Selection dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-fileselection-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; File Selection dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + +<!-- FIXME: Add an example of a script --> </sect1> @@ -439,7 +539,21 @@ </variablelist> -<!-- FIXME: Add an example of a script, including a screenshot --> + <figure id="zenity-list-screenshot"> + <title>List Selection dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-list-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; List dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + +<!-- FIXME: Add an example of a script --> </sect1> @@ -478,7 +592,21 @@ </variablelist> -<!-- FIXME: Add an example of a script, including a screenshot --> + <figure id="zenity-progress-screenshot"> + <title>Progress dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-progress-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; Progress dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + +<!-- FIXME: Add an example of a script --> </sect1> @@ -503,7 +631,21 @@ </variablelist> -<!-- FIXME: Add an example of a script, including a screenshot --> + <figure id="zenity-text-screenshot"> + <title>Text Information dialog example</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/zenity-text-screenshot.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>&app; Text Information dialog example</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> + +<!-- FIXME: Add an example of a script --> </sect1> |