summaryrefslogtreecommitdiff
path: root/help/C/zenity.xml
blob: 95984acc62a33bf30e34b7b3f2dbb4a194e5c532 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
     "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
     <!ENTITY legal SYSTEM "legal.xml">
     <!ENTITY version "1.0">
     <!ENTITY app "<application>zenity</application>">
]>

<!-- ================ Document Header ================= -->

<article id="index" lang="en">

  <articleinfo>
    <title>Zenity Manual</title>
    <copyright>
	    <year>2003</year>
	    <holder>Sun Microsystems</holder>
    </copyright>

    <!-- Translators: uncomment this
    <copyright>
	    <year>2003</year>
	    <holder>ME_THE_TRANSLATOR</holder>
    </copyright>
    -->

    <publisher>
	    <publishername>GNOME Documentation Project</publishername>
    </publisher>

    <releaseinfo>Version 1.0 of Zenity Manual</releaseinfo>

    <legalnotice id="feedback">
	    <title>Feedback Information</title>
	    <para>
		    To report a bug or make a suggestion regarding this
		    application or this documentation, please see the
		    <ulink type="help" url="ghelp:gnome-feedback">
			    GNOME Feedback Page
		    </ulink>
	    </para>
    </legalnotice>

    <authorgroup>
	    <author>
		    <firstname>Glynn</firstname>
		    <surname>Foster</surname>
		    <affiliation>
			    <orgname>GNOME Documentation Project</orgname>
		    </affiliation>
            </author>
    </authorgroup>

    <revhistory>
	    <revision>
		    <revnumber>1.0</revnumber>
		    <date>&date;</date>
		    <revdescription>
			    <para role="author">Glynn Foster</para>
			    <para role="publisher">
				    GNOME Documentation Project
			    </para>
		    </revdescription>
            </revision>
    </revhistory>
  </articleinfo>
  
<!-- ================ Document Body ================= -->

<!-- ==== Introduction ====== -->

  <sect1 id="zenity-introduction">
    <title>Introduction</title>

    <para>
    	&app; allows allows you to display simple dialogs from the 
	command line or from shell scripts.
    </para>

    <para>
    	The following list of dialogs are available with &app;:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--calendar</varname></term>
	<listitem>
	  <para>Display a Calendar dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--entry</varname></term>
	<listitem>
	  <para>Display a Text Entry dialog.</para>
	</listitem>
      </varlistentry>
      
      <varlistentry>
        <term><varname>--error</varname></term>
	<listitem>
	  <para>Display an Error dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--info</varname></term>
	<listitem>
	  <para>Display an Informational dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--file-selection</varname></term>
	<listitem>
	  <para>Display a File Selection dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--list</varname></term>
	<listitem>
	  <para>Display a List dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--progress</varname></term>
	<listitem>
	  <para>Display a Progress dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--question</varname></term>
	<listitem>
	  <para>Display a Question dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--text-info</varname></term>
	<listitem>
	  <para>Display a Text Information dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--warning</varname></term>
	<listitem>
	  <para>Display a Warning dialog.</para>
	</listitem>
      </varlistentry>

    </variablelist>

  </sect1>

<!-- ==== General Options ====== -->
  <sect1 id="zenity-basic-use">
    <title>Basic Use</title>

    <para>
	&app; can only be used to create relatively simple dialogs, but is especially useful
	when used in scripts. When a user has completed an action requested of them, and the 
	dialog closes, &app; prints any text specific to the dialog to standard error and
	an exit code is returned. Information about what text is printed to standard error will be 
	detailed in the individual dialog sections.
    </para>

    <para>
    	The following exit codes are observed by &app;:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>0</term>
	<listitem>
	  <para>The user has pressed either 'OK' or 'Close'.</para>
	</listitem>
      </varlistentry>
     	
      <varlistentry>
        <term><varname>1</term>
	<listitem>
	  <para>The user has pressed either 'Cancel' or closed the dialog through the window functions.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>-1</term>
	<listitem>
	  <para>An unexpected error has occurred.</para>
	</listitem>
      </varlistentry>

    </variablelist>

  </sect1>

<!-- ==== General Options ====== -->

  <sect1 id="zenity-general-options">
    <title>General Options</title>

    <para>
    	Each dialog shares some general command line options. If these
	are not provided, there are some default values that depend on
	the type of dialog being displayed.
    </para>

    <para>
    	The following list of general options are available:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--title</varname>=TITLE</term>
	<listitem>
	  <para>Specify the title of a dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--window-icon</varname>=ICON_PATH</term>
	<listitem>
	  <para>Specify the icon that should appear in the window frame of the dialog.</para>
	</listitem>
      </varlistentry>

    </variablelist>

  </sect1>

<!-- ==== Calendar Options ====== -->

  <sect1 id="zenity-calendar-options">
    <title>Calendar</title>

    <para>
	To create a Calendar dialog, use <command>--calendar</command>. &app; will return the 
	date selected to standard error. The following list of options are also available for 
	the Calendar dialog:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--text</varname>=TEXT</term>
	<listitem>
	  <para>Specify the text to appear in the Calendar dialog.</para>
	</listitem>
      </varlistentry>
     	
      <varlistentry>
        <term><varname>--day</varname>=DAY</term>
	<listitem>
	  <para>Specify the day to be pre-selected in the Calendar dialog. This must be a
	        number between 1 and 31.
	  </para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--month</varname>=MONTH</term>
	<listitem>
	  <para>Specify the day to be pre-selected in the Calendar dialog. This must be
	  	a number between 1 and 12.
	  </para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--year</varname>=YEAR</term>
	<listitem>
	  <para>Specify the year to be pre-selected in the Calendar dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--data-format</varname>=FORMAT</term>
	<listitem>
	  <para>Specify the format to be returned from the Calendar dialog after
	  	the selection has been made. This defaults to a format depending
		on your locale. The format must be of <command>strftime</command>
		style eg. "%A %d/%m%y"</para>
	</listitem>
      </varlistentry>

    </variablelist>

<!-- FIXME: Add an example of a script, including a screenshot -->

  </sect1>

<!-- ==== Text Entry Options ====== -->

  <sect1 id="zenity-text-entry-options">
    <title>Text Entry</title>

    <para>
	To create a Text Entry dialog, use <command>--text-entry</command>. &app; returns the 
	contents of the text entry to standard error. The following list of options are also 
	available for the Text Entry dialog:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--text</varname>=TEXT</term>
	<listitem>
	  <para>Specify the text to appear in the Text Entry dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--entry-text</varname>=TEXT</term>
	<listitem>
	  <para>Specify the text to appear in the entry field of the Text Entry dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--hide-text</varname></term>
	<listitem>
	  <para>Specify that the text in the entry field of the Text Entry dialog be hidden.</para>
	</listitem>
      </varlistentry>

    </variablelist>

  </sect1>

<!-- ==== Message Options ====== -->

  <sect1 id="zenity-message-options">
    <title>Messages</title>

    <para>
	There are 4 types of message dialogs in &app; - Error, Informational, Question and Warning. To
	create an Error dialog, use <command>--error</command>. To create an Informational dialog, use
	<command>--info</command>. To create a Question dialog, use <command>--question</command>. To
	create a Warning dialog, use <command>--question</command>. The following list of options is
	available for the message dialogs.
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--text</varname>=TEXT</term>
	<listitem>
	  <para>Specify the text to appear in the message dialog.</para>
	</listitem>
      </varlistentry>

    </variablelist>

<!-- FIXME: Add an example of a script, including a screenshot -->

  </sect1>

<!-- ==== File Selection Options ====== -->

  <sect1 id="zenity-file-selection-options">
    <title>File Selection</title>

    <para>
	To create a File Selection dialog, use <command>--file-selection</command>. &app; returns 
	the file or directory selected to standard error. The following list of options are also 
	available for the File Selection dialog:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--filename</varname>=FILENAME</term>
	<listitem>
	  <para>Specify the file or directory to be pre-selected in the File Selection dialog.</para>
	</listitem>
      </varlistentry>

    </variablelist>

<!-- FIXME: Add an example of a script, including a screenshot -->

  </sect1>

<!-- ==== List Options ====== -->

  <sect1 id="zenity-list-options">
    <title>Lists</title>

    <para>
	To create a List dialog, use <command>--list</command>. &app; returns the entries of 
	the first columns selected to standard error. If <command>--checklist</command> or 
	<command>--radiolist</command> is used, then &app; will return the entries of the
	second columns selected to standard error. The following list of options are also 
	available for the File Selection dialog:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--column</varname>=COLUMN</term>
	<listitem>
	  <para>Specify the column headers to appear in the List dialog. This option must be 
	        called for each column that you want to appear in the dialog.
	  </para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--checklist</varname></term>
	<listitem>
	  <para>Specify if the first column should contain check boxes in the List dialog.
	  </para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--radiolist</varname></term>
	<listitem>
	  <para>Specify if the first column should contain radio boxes in the List dialog.
	  </para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--seperator</varname>=SEPERATOR</term>
	<listitem>
	  <para>Specify what seperator character should be used when the List dialog returns the selected entries. The
	        default character is '\'. If you want to specify a newline, use '\n'.
	  </para>
	</listitem>
      </varlistentry>

    </variablelist>

<!-- FIXME: Add an example of a script, including a screenshot -->

  </sect1>

<!-- ==== Progress Options ====== -->

  <sect1 id="zenity-progress-options">
    <title>Progress</title>

    <para>
	To create a Progress dialog, use <command>--progress</command>. The following list
	of options are also available for the Progress dialog:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--text</varname>=TEXT</term>
	<listitem>
	  <para>Specify the text to appear in the Progress dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--percentage</varname>=PERCENTAGE</term>
	<listitem>
	  <para>Specify the initial percentage that should be set in the Progress dialog.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--pulsate</varname></term>
	<listitem>
	  <para>Specify if the Progress dialog should pulsate until an EOF character is read
	        from standard input.</para>
	</listitem>

    </variablelist>

<!-- FIXME: Add an example of a script, including a screenshot -->

  </sect1>

<!-- ==== Text Information Options ====== -->

  <sect1 id="zenity-text-options">
    <title>Text Information</title>

    <para>
	To create a Text Information dialog, use <command>--text-info</command>. The following list
	of options are also available for the Text Information dialog:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--filename</varname>=FILENAME</term>
	<listitem>
	  <para>Specify the file to be loaded in the Text Information dialog.</para>
	</listitem>
      </varlistentry>

    </variablelist>

<!-- FIXME: Add an example of a script, including a screenshot -->

  </sect1>

<!-- ==== Miscellaneous Options ====== -->

  <sect1 id="zenity-miscellaneous-options">
    <title>Miscellaneous</title>

    <para>
	The following list of options are also available for &app;:
    </para>

    <variablelist>

      <varlistentry>
        <term><varname>--about</varname></term>
	<listitem>
	  <para>Display some information about &app;.</para>
	</listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>--version</varname></term>
	<listitem>
	  <para>Print the version number of &app;.</para>
	</listitem>
      </varlistentry>

    </variablelist>

  </sect1>

<!-- ================ Application License ================= -->
  <sect1 id="license">
	  <title>License</title>
	  <para>
		  This program is free software; you can redistribute
		  it and/or modify it under the terms of the 
		  <ulink type="help" url="gnome-help:gpl">
			  <citetitle>GNU General Public License</citetitle>
	          </ulink>
		  as published by the Free Software Foundation; either 
		  version 2 of the License, of (at your option) any later
		  version.
	  </para>
	  <para>
		  This program is distributed in the hope that it will be
		  useful, but WITHOUT ANY WARRANTY; without even the
		  implied warranty of MERCHANTABILITY or FITNESS FOR A 
		  PARTICULAR PURPOSE. See the
		  <citetitle>GNU General Public License</citetitle>
		  for more details.
          </para>
	  <para>
		  A copy of the 
		  <citetitle>GNU General Public License</citetitle>
		  is included as an appendix to the 
		  <citetitle>GNOME Users Guide</citetitle>
		  . You may also obtain a copy of the 
		  <citetitle>GNU General Public License</citetitle>
		  from the Free Software Foundation by visiting
		  <ulink type="http" url="http://www.fsf.org">
			  their Web site
		  </ulink>
		  or by writing to 
		  <address>Free Software Foundation, Inc.
			  <street>59 Temple Place</street> - Suite 330
			  <city>Boston</city>,
			  <state>MA</state>
			  <postcode>02111-1307</postcode>
			  <country>USA</country>
		  </address>
	  </para>
  </sect1>

</article>