diff options
author | Bryce Harrington <bryce@canonical.com> | 2009-08-10 04:10:53 +0100 |
---|---|---|
committer | Lucas Rocha <lucasr@gnome.org> | 2009-08-10 04:10:53 +0100 |
commit | 8e190dbb1f39eae31210f7d4c97a4c5ebb496907 (patch) | |
tree | 0e8a3ff8e7f7a9756e0a4462bf98024397b9d3b8 /src/zenity.h | |
parent | 171e59e3eae4ff183d690c460f99eea788b70be8 (diff) |
Bug 552971 - Add a hide-header option to list dialog
Diffstat (limited to 'src/zenity.h')
-rw-r--r-- | src/zenity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenity.h b/src/zenity.h index 3248ad3..fa65b0c 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -111,6 +111,7 @@ typedef struct { GSList *columns; gboolean checkbox; gboolean radiobox; + gboolean hide_header; gchar *separator; gboolean multi; gboolean editable; |