From f1bf713d0fcd86d38b119d95b276f67245123810 Mon Sep 17 00:00:00 2001 From: Yasumichi Akahoshi Date: Sat, 19 Nov 2011 02:55:00 +0900 Subject: Add mallard pages and update screenshots. Signed-off-by: Yasumichi Akahoshi --- help/C/question.page | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 help/C/question.page (limited to 'help/C/question.page') diff --git a/help/C/question.page b/help/C/question.page new file mode 100644 index 00000000..6e435c57 --- /dev/null +++ b/help/C/question.page @@ -0,0 +1,30 @@ + + + + Use the --question option. + + Question Dialog +

+ Use the --question option to create a question dialog. +

+ +

+ The following example script shows how to create a question dialog: +

+ + +#!/bin/bash + +zenity --question \ +--text="Are you sure you wish to proceed?" + + + +
+ Question Dialog Example + Zenity question dialog example + +
+
-- cgit From d0da299f5145e9a31824f834fd9147d5dda5c0f5 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 23 Sep 2017 22:48:48 +0200 Subject: help: Remove id parameter from figure element, to pass 'yelp-check validate' --- help/C/question.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/C/question.page') diff --git a/help/C/question.page b/help/C/question.page index 6e435c57..3f586023 100644 --- a/help/C/question.page +++ b/help/C/question.page @@ -22,7 +22,7 @@ zenity --question \ -
+
Question Dialog Example Zenity question dialog example -- cgit