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/info.page | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 help/C/info.page (limited to 'help/C/info.page') diff --git a/help/C/info.page b/help/C/info.page new file mode 100644 index 0000000..1ea6232 --- /dev/null +++ b/help/C/info.page @@ -0,0 +1,30 @@ + + + + Use the --info option. + + Info Dialog +

+ Use the --info option to create an information dialog. +

+ +

+ The following example script shows how to create an information dialog: +

+ + +#!/bin/bash + +zenity --info \ +--text="Merge complete. Updated 3 of 10 files." + + + +
+ Information Dialog Example + Zenity information dialog example + +
+
-- cgit v1.2.3-2-g168b