summaryrefslogtreecommitdiff
path: root/help/da/info.page
blob: 63b104dd90019f003c7518b34c60e22cf182354e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="info" xml:lang="da">
  <info>
    <link type="guide" xref="message"/>
    <desc>Brug tilvalget <cmd>--info</cmd>.</desc>
  </info>
  <title>Infodialog</title>
      <p>Brug tilvalget <cmd>--info</cmd> til at oprette en informationsdialog.</p>

      <p>Følgende eksempelscript viser hvordan man opretter en informationsdialog:</p>

<code>
#!/bin/bash

zenity --info \
--text="Fletning fuldført. Opdaterede 3 ud af 10 filer."
</code>


      <figure>
        <title>Eksempel på informationsdialog</title>
        <desc>Eksempel på informationsdialog til <app>Zenity</app></desc>
        <media type="image" mime="image/png" src="figures/zenity-information-screenshot.png"/>
      </figure>
</page>
bgstack15