HEX
Server: Apache
System: Linux wp02.tdr-lab.com 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User: kusanagi (1001)
PHP: 7.4.23
Disabled: NONE
Upload Files
File: //usr/share/help/eu/zenity/warning.page
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="warning" xml:lang="eu">
  <info>
    <link type="guide" xref="message"/>
    <desc>Use the <cmd>--warning</cmd> option.</desc>
  </info>
  <title>Abisuen elkarrizketa-koadroa</title>
      <p>
          Use the <cmd>--warning</cmd> option to create a warning dialog.
      </p>

      <p>
        The following example script shows how to create a warning dialog:
      </p>

<code>
#!/bin/bash

zenity --warning \
--text="Disconnect the power cable to avoid electrical shock."
</code>

      <figure>
        <title>Abisuen elkarrizketa-koadroa</title>
	<desc><app>Zenity</app> warning dialog example</desc>
        <media type="image" mime="image/png" src="figures/zenity-warning-screenshot.png"/>
      </figure>
</page>