summaryrefslogtreecommitdiff
path: root/help/de/question.page
blob: 01d6c6eb70507ffe78d113e513163326db11f144 (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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="question" xml:lang="de">
  <info>
    <link type="guide" xref="message"/>
    <desc>Die Option <cmd>--question</cmd> verwenden.</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>Fragedialog</title>
      <p>Verwenden Sie die Option <cmd>--question</cmd>, um einen Fragedialog zu erzeugen.</p>

      <p>Das folgende Beispielskript zeigt, wie Sie einen Fragedialog erzeugen:</p>

<code>
#!/bin/bash

zenity --question \
--text="Wollen Sie wirklich fortsetzen?"
</code>


      <figure>
        <title>Beispiel für einen Fragedialog</title>
	<desc>Beispiel für einen Fragedialog in <app>Zenity</app></desc>
        <media type="image" mime="image/png" src="figures/zenity-question-screenshot.png"/>
      </figure>
</page>
bgstack15