zenity 用来显示对话框类型
应用程序选项:
--calendar 显示日历对话框
--entry 显示文本输入对话框
--error 显示错误对话框
--info 显示信息对话框
--file-selection 显示文件选择对话框
--list 显示列表对话框
--notification 显示通知
--progress 显示进度标识对话框
--question 显示问题对话框
--warning 显示警告对话框
--scale 显示范围对话框
--text-info 显示文本信息对话框
--display=DISPLAY X display to use
http://library.gnome.org/users/zenity/stable/
Zenity 手册
介绍
Zenity enables you to create the various types of simple dialog.
用法
You can use
Zenity to create simple dialogs that interact graphically with the user.
Dialogs
Color Selection Dialog
Use the
--color-selection option.
Forms Dialog
Use the
--forms option.
Password Dialog
Use the
--password option.
Scale Dialog
Use the
--scale option.
列表框
Use the
--list option.
|
文件选择对话框
Use the
--file-selection option.
文本信息框
Use the
--text-info option.
文本框
Use the
--entry option.
日历对话框
Use the
--calendar option.
进度框
Use the
--progress option.
通知区域图标
Use the
--notification option.
|