问题对话框

使用 --question 选项创建一个问题对话框。

下面的脚本示范了如何创建一个问题对话框:

#!/bin/bash

zenity --question \
--text="您确认要继续吗?"

问题对话框范例

Zenity 问题对话框范例