~ubuntu-branches/ubuntu/precise/zenity/precise-updates

« back to all changes in this revision

Viewing changes to help/cs/info.page

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-03-29 14:50:15 UTC
  • mfrom: (1.1.45)
  • Revision ID: package-import@ubuntu.com-20120329145015-p6jkb44cf19r2qyi
Tags: 3.4.0-0ubuntu1
* New upstream release:
  - Add support for lists and trees with --forms
  - Fix warning reading list from stdin
* debian/zenity-common.install:
  - Doesn't install omf files anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="info" xml:lang="cs">
 
3
  <info>
 
4
    <link type="guide" xref="message"/>
 
5
    <desc>Use the <cmd>--info</cmd> option.</desc>
 
6
  </info>
 
7
  <title>Info Dialog</title>
 
8
      <p>
 
9
          Use the <cmd>--info</cmd> option to create an information dialog.
 
10
      </p>
 
11
 
 
12
      <p>
 
13
        The following example script shows how to create an information dialog:
 
14
      </p>
 
15
 
 
16
<code>
 
17
#!/bin/bash
 
18
 
 
19
zenity --info \
 
20
--text="Merge complete. Updated 3 of 10 files."
 
21
</code>
 
22
 
 
23
 
 
24
      <figure id="zenity-information-screenshot">
 
25
        <title>Příklad dialogového okna s informačním hlášením</title>
 
26
        <desc><app>Zenity</app> information dialog example</desc>
 
27
        <media type="image" mime="image/png" src="figures/zenity-information-screenshot.png"/>
 
28
      </figure>
 
29
</page>