From dee9ebb40b9160ab83be741f4a8121ec15f5d65b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 14:28:54 +0000 Subject: Update the docs a little. I have absolutely no clue how the doc people 2003-01-18 Glynn Foster * help/C/zenity.xml: Update the docs a little. I have absolutely no clue how the doc people don't get tired of this. --- help/C/zenity.xml | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) (limited to 'help') diff --git a/help/C/zenity.xml b/help/C/zenity.xml index d44e7e3..53e96f6 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -67,6 +67,182 @@ + + + + Introduction + + + &app; allows allows you to display simple dialogs from the + command line or from shell scripts. + + + + The following list of dialogs are available with &app;: + + + + + + --calendar + + Display a Calendar dialog + + + + + --entry + + Display a Text Entry dialog + + + + + --error + + Display an Error dialog + + + + + --info + + Display an Informational dialog + + + + + --file-selection + + Display a File Slection dialog + + + + + --list + + Display a List dialog + + + + + --progress + + Display a Progress dialog + + + + + --question + + Display a Question dialog + + + + + --text-info + + Display a Text Information dialog + + + + + --warning + + Display a Warning dialog + + + + + + + + + + General Options + + + 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. + + + + The following list of general options are available: + + + + + + --title=TITLE + + Specify the title of a dialog + + + + + --window-icon=ICON_PATH + + Specify the icon that should appear in the window frame of the dialog + + + + + + + + License -- cgit v1.2.3-54-g00ecf