blob: c2d9749079872cf646a8d5f595c8619c45a54d01 (
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
34
35
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="intro" xml:lang="de">
<info>
<link type="guide" xref="index"/>
<desc><app>Zenity</app> erlaubt Ihnen die Erzeugung verschiedener Typen simpler Dialoge.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Mario Blättermann</mal:name>
<mal:email>mario.blaettermann@gmail.com</mal:email>
<mal:years>2008-2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Christian Kirbach</mal:name>
<mal:email>Christian.Kirbach@gmail.com</mal:email>
<mal:years>2012</mal:years>
</mal:credit>
</info>
<title>Einführung</title>
<p><app>Zenity</app> erlaubt Ihnen die Erzeugung der folgenden Typen simpler Dialoge:</p>
<list>
<item><p>Kalender</p></item>
<item><p>Dateiauswahl</p></item>
<item><p>Formulare</p></item>
<item><p>Liste</p></item>
<item><p>Benachrichtigungssymbol</p></item>
<item><p>Meldung</p>
<list>
<item><p>Fehler</p></item>
<item><p>Information</p></item>
<item><p>Frage</p></item>
<item><p>Warnung</p></item>
</list>
</item>
<item><p>Passworteintrag</p></item>
<item><p>Fortschritt</p></item>
<item><p>Textfeld</p></item>
<item><p>Textinformation</p></item>
<item><p>Schieberegler</p></item>
<item><p>Farbauswahl</p></item>
</list>
</page>
|