diff options
author | Jeremy Bicha <jbicha@debian.org> | 2017-12-16 13:06:04 -0500 |
---|---|---|
committer | Jeremy Bicha <jbicha@debian.org> | 2017-12-16 13:06:04 -0500 |
commit | c5fd821cd582b8d8df624e42c7722a5843ace911 (patch) | |
tree | 571f12c78d287f4c365cda1fb980117176d1167c /help/C/info.page | |
parent | Update Vcs fields for conversion to git (diff) | |
parent | New upstream version 3.26.0 (diff) | |
download | zenity-c5fd821cd582b8d8df624e42c7722a5843ace911.tar.gz zenity-c5fd821cd582b8d8df624e42c7722a5843ace911.tar.bz2 zenity-c5fd821cd582b8d8df624e42c7722a5843ace911.zip |
Update upstream source from tag 'upstream/3.26.0'
Update to upstream version '3.26.0'
with Debian dir 7b9bef2d6e33af30991a3e59a1c70875d7aa58e2
Diffstat (limited to 'help/C/info.page')
-rw-r--r-- | help/C/info.page | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/help/C/info.page b/help/C/info.page new file mode 100644 index 00000000..8e8c8d5f --- /dev/null +++ b/help/C/info.page @@ -0,0 +1,30 @@ +<page xmlns="http://projectmallard.org/1.0/" + type="topic" + id="info"> + <info> + <link type="guide" xref="message"/> + <desc>Use the <cmd>--info</cmd> option.</desc> + </info> + <title>Info Dialog</title> + <p> + Use the <cmd>--info</cmd> option to create an information dialog. + </p> + + <p> + The following example script shows how to create an information dialog: + </p> + +<code> +#!/bin/bash + +zenity --info \ +--text="Merge complete. Updated 3 of 10 files." +</code> + + + <figure> + <title>Information Dialog Example</title> + <desc><app>Zenity</app> information dialog example</desc> + <media type="image" mime="image/png" src="figures/zenity-information-screenshot.png"/> + </figure> +</page> |