Bug #616816 - Add new entries to Zenity's man page - Patch from Carnë Draug - carandraug.ml at gmail dot com

This commit is contained in:
Arx Cruz 2010-06-28 12:44:29 -03:00
parent 52930f30a0
commit 771d00a9d3

View File

@ -60,6 +60,7 @@ Display warning dialog
.TP .TP
.B \-\-scale .B \-\-scale
Display scale dialog Display scale dialog
.TP
.B \-\-color-selection .B \-\-color-selection
Display color selection dialog Display color selection dialog
@ -71,7 +72,7 @@ General options
Set the dialog title Set the dialog title
.TP .TP
.B \-\-window-icon=ICONPATH .B \-\-window-icon=ICONPATH
Set the window icon Set the window icon with the path to an image. Alternatively, one of the four stock icons can be used: 'error', 'info', 'question' or 'warning'
.TP .TP
.B \-\-width=WIDTH .B \-\-width=WIDTH
Set the dialog width Set the dialog width
@ -80,7 +81,7 @@ Set the dialog width
Set the dialog height Set the dialog height
.TP .TP
.B \-\-timeout=TIMEOUT .B \-\-timeout=TIMEOUT
Set the dialog timeout Set the dialog timeout in seconds
.PP .PP
Calendar options Calendar options
@ -98,7 +99,7 @@ Set the calendar month
Set the calendar year Set the calendar year
.TP .TP
.B \-\-date-format=PATTERN .B \-\-date-format=PATTERN
Set the format for the returned date Set the format for the returned date. The default depends on the user locale or be set with the strftime style. For example %A %d/%m/%y
.PP .PP
Text entry options Text entry options
@ -126,7 +127,7 @@ Do not enable text wrapping
File selection options File selection options
.TP .TP
.B \-\-filename=FILENAME .B \-\-filename=FILENAME
Set the filename Set the file or directory to be selected by default
.TP .TP
.B \-\-multiple .B \-\-multiple
Allow selection of multiple filenames in file selection dialog Allow selection of multiple filenames in file selection dialog
@ -142,6 +143,10 @@ Specify separator character when returning multiple filenames
.TP .TP
.B \-\-confirm\-overwrite .B \-\-confirm\-overwrite
Confirm file selection if filename already exists Confirm file selection if filename already exists
.TP
.B \-\-file\-filter=NAME | PATTERN1 PATTERN2
Sets a filename filter
.PP .PP
Info options Info options
@ -183,6 +188,9 @@ the first column. 'ALL' may be used to print all columns.
.TP .TP
.B \-\-hide\-column=NUMBER .B \-\-hide\-column=NUMBER
Hide a specific column Hide a specific column
.TP
.B \-\-hide\-header
Hides the column headers
.PP .PP
Notification options Notification options
@ -192,7 +200,7 @@ Notification options
Set the notification text Set the notification text
.TP .TP
.B \-\-listen .B \-\-listen
Listen for commands on stdin Listen for commands on stdin. Commands include 'message', 'tooltip', 'icon', and 'visible' separated by a colon. For example, 'message: Hello world', 'visible: false', or 'icon: /path/to/icon'. The icon command also accepts the four stock icon: 'error', 'info', 'question', and 'warning'
.PP .PP
Progress options Progress options
@ -212,6 +220,9 @@ Kill parent process if cancel button is pressed
.TP .TP
.B \-\-pulsate .B \-\-pulsate
Pulsate progress bar Pulsate progress bar
.TP
.B \-\-no\-cancel
Hides the cancel button
.PP .PP
Question options Question options
@ -222,6 +233,12 @@ Set the dialog text
.TP .TP
.B \-\-no\-wrap .B \-\-no\-wrap
Do not enable text wrapping Do not enable text wrapping
.TP
.B \-\-ok\-label
Set the text of the OK button
.TP
.B \-\-cancel\-label
Set the text of the cancel button
.PP .PP
Text options Text options