summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-06-03 21:52:16 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-06-03 21:52:16 +0000
commit626d95b752159fdcec1e7c08271f3eaca1113ab7 (patch)
tree2c1773cc1c39c4ea5abad8316bacccbd9c06097e /src/zenity.h
parent6a498549f73c9b3e241f5c16169601e2cabd9dcf (diff)
Add --auto-close option to progress dialog. Closes dialog when 100% has been reached. Also update docs for new option. Fixes #114125.
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h
index 95f477c..e96f528 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -65,6 +65,7 @@ typedef struct {
gchar *dialog_text;
gchar *entry_text;
gboolean pulsate;
+ gboolean autoclose;
gdouble percentage;
} ZenityProgressData;