man page update (Fixes bug #436187). Patch from Sven Arvidsson

2007-05-14  Lucas Rocha  <lucasr@gnome.org>

	* data/zenity.1: man page update (Fixes bug #436187). Patch from
	Sven Arvidsson <sa@whiz.se>.

svn path=/trunk/; revision=1207
This commit is contained in:
Lucas Rocha 2007-05-14 18:18:01 +00:00 committed by Lucas Almeida Rocha
parent 74324a5043
commit 5c1ff4ebd1
2 changed files with 71 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-05-14 Lucas Rocha <lucasr@gnome.org>
* data/zenity.1: man page update (Fixes bug #436187). Patch from
Sven Arvidsson <sa@whiz.se>.
2007-04-09 Lucas Rocha <lucasr@gnome.org> 2007-04-09 Lucas Rocha <lucasr@gnome.org>
* configure.in: post-release version bump. * configure.in: post-release version bump.

View File

@ -34,7 +34,7 @@ Display text entry dialog
.B \-\-error .B \-\-error
Display error dialog Display error dialog
.TP .TP
.B \-\-file-selection .B \-\-file\-selection
Display file selection dialog Display file selection dialog
.TP .TP
.B \-\-info .B \-\-info
@ -57,6 +57,9 @@ Display text information dialog
.TP .TP
.B \-\-warning .B \-\-warning
Display warning dialog Display warning dialog
.TP
.B \-\-scale
Display scale dialog
.PP .PP
General options General options
@ -89,7 +92,7 @@ Set the calendar month
.B \-\-year=INT .B \-\-year=INT
Set the calendar year Set the calendar year
.TP .TP
.B \-\-date-format=STRING .B \-\-date-format=PATTERN
Set the format for the returned date Set the format for the returned date
.PP .PP
@ -110,6 +113,9 @@ Error options
.TP .TP
.B \-\-text=STRING .B \-\-text=STRING
Set the dialog text Set the dialog text
.TP
.B \-\-no\-wrap
Do not enable text wrapping
.PP .PP
File selection options File selection options
@ -120,14 +126,26 @@ Set the filename
.B \-\-multiple .B \-\-multiple
Allow selection of multiple filenames in file selection dialog Allow selection of multiple filenames in file selection dialog
.TP .TP
.B \-\-directory
Activate directory-only selection
.TP
.B \-\-save
Activate save mode
.TP
.B \-\-separator=SEPARATOR .B \-\-separator=SEPARATOR
Specify separator character when returning multiple filenames Specify separator character when returning multiple filenames
.TP
.B \-\-confirm\-overwrite
Confirm file selection if filename already exists
.PP .PP
Info options Info options
.TP .TP
.B \-\-text=STRING .B \-\-text=STRING
Set the dialog text Set the dialog text
.TP
.B \-\-no\-wrap
Do not enable text wrapping
.PP .PP
List options List options
@ -148,12 +166,18 @@ Use radio buttons for first column
.B \-\-separator=STRING .B \-\-separator=STRING
Set output separator character Set output separator character
.TP .TP
.B \-\-multiple
Allow multiple rows to be selected
.TP
.B \-\-editable .B \-\-editable
Allow changes to text Allow changes to text
.TP .TP
.B \-\-print-column=STRING .B \-\-print-column=STRING
Specify what column to print to standard output. The default is to return Specify what column to print to standard output. The default is to return
the first column. 'ALL' may be used to print all columns. the first column. 'ALL' may be used to print all columns.
.TP
.B \-\-hide\-column=NUMBER
Hide a specific column
.PP .PP
Notification options Notification options
@ -161,6 +185,9 @@ Notification options
.TP .TP
.B \-\-text=STRING .B \-\-text=STRING
Set the notification text Set the notification text
.TP
.B \-\-listen
Listen for commands on stdin
.PP .PP
Progress options Progress options
@ -175,13 +202,21 @@ Set initial percentage
.B \-\-auto\-close .B \-\-auto\-close
Close dialog when 100% has been reached Close dialog when 100% has been reached
.TP .TP
.B \-\-auto\-kill
Kill parent process if cancel button is pressed
.TP
.B \-\-pulsate .B \-\-pulsate
Pulsate progress bar Pulsate progress bar
.PP
Question options Question options
.TP .TP
.B \-\-text=STRING .B \-\-text=STRING
Set the dialog text Set the dialog text
.TP
.B \-\-no\-wrap
Do not enable text wrapping
.PP .PP
Text options Text options
@ -199,6 +234,34 @@ Warning options
.TP .TP
.B \-\-text=STRING .B \-\-text=STRING
Set the dialog text Set the dialog text
.TP
.B \-\-no\-wrap
Do not enable text wrapping
.PP
Scale options
.TP
.B \-\-text=STRING
Set the dialog text
.TP
.B \-\-value=VALUE
Set initial value
.TP
.B \-\-min\-value=VALUE
Set minimum value
.TP
.B \-\-max\-value=VALUE
Set maximum value
.TP
.B \-\-step=VALUE
Set step size
.TP
.B \-\-print\-partial
Print partial values
.TP
.B \-\-hide\-value
Hide value
.PP .PP
Miscellaneous options Miscellaneous options