summaryrefslogtreecommitdiff
path: root/help/da/intro.page
blob: 24fdccbf5f98d0bc78676e149e23eeb01a1eb24a (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
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="intro" xml:lang="da">
<info>
  <link type="guide" xref="index"/>
  <desc><app>Zenity</app> enables you to create the various types of simple dialog.</desc>
</info>
<title>Introduktion</title>
<p>
    <app>Zenity</app> enables you to create the following types of simple dialog:
</p>

<list>
    <item><p>Kalender</p></item>
    <item><p>Filvælger</p></item>
    <item><p>Forms</p></item>
    <item><p>Liste</p></item>
    <item><p>Påmindelsesikon</p></item>
    <item><p>Meddelelse</p>
        <list>
            <item><p>Fejl</p></item>
    	<item><p>Information</p></item>
    	<item><p>Spørgsmål</p></item>
    	<item><p>Advarsel</p></item>
        </list>
    </item>
    <item><p>Password entry</p></item>
    <item><p>Statusbjælke</p></item>
    <item><p>Tekstfelt</p></item>
    <item><p>Tekstinformation</p></item>
    <item><p>Scale</p></item>
    <item><p>Color selection</p></item>
</list>
</page>
bgstack15