File: message.page

package info (click to toggle)
zenity 4.1.99-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,704 kB
  • sloc: ansic: 6,042; perl: 533; sh: 92; xml: 75; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<page xmlns="http://projectmallard.org/1.0/"
      type="guide"
      id="message">
  <info>
    <link type="guide" xref="index#dialogs" group="message"/>
    <desc>
      <link xref="error">Error</link>,
      <link xref="info">Info</link>,
      <link xref="question">Question</link>,
      <link xref="warning">Warning</link>
    </desc>
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
  </info>
  <title>Message Dialog</title>
  <p>
For each type, use the <cmd>--text</cmd> option to specify the text that is displayed in the dialog.
  </p>
  <links type="topic" style="2column"/>
</page>