summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-03-10 17:11:18 +0000
committerGlynn Foster <gman@src.gnome.org>2003-03-10 17:11:18 +0000
commit49f89795349a47ae4e061666d84a715bf24f5373 (patch)
treefe33734a99bda00908c87cb8065c0dcd6644f51e /src/util.h
parentaaf773626ebd98d6f71ccc536fd1358eb636bae5 (diff)
Mass indentation cleanup. Make sure the glade dialogs aren't initially
2003-03-10 Glynn Foster <glynn.foster@sun.com> * src/about.c, src/calendar.c, src/entry.c, src/fileselection.c, src/main.c, src/msg.c, src/progress.c, src/text.c, src/tree.c, src/util.c, src/util.h, src/zenity.glade, src/zenity.h: Mass indentation cleanup. Make sure the glade dialogs aren't initially visible because this avoids a visibility jump. Apparently == TRUE is bad mojo. Fix up.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h32
1 files changed, 14 insertions, 18 deletions
diff --git a/src/util.h b/src/util.h
index a9a7ded..7a817ab 100644
--- a/src/util.h
+++ b/src/util.h
@@ -6,24 +6,20 @@
G_BEGIN_DECLS
-#define ZENITY_GLADE_FILE_FULLPATH ZENITY_DATADIR "/zenity.glade"
-#define ZENITY_GLADE_FILE_RELATIVEPATH "./zenity.glade"
-#define ZENITY_IMAGE_FULLPATH(filename) (g_strconcat (ZENITY_DATADIR, "/", filename, NULL))
-
-GladeXML* zenity_util_load_glade_file (const gchar *widget_root);
-
-gboolean zenity_util_fill_file_buffer (GtkTextBuffer *buffer,
- const gchar *filename);
-
-void zenity_util_set_window_icon (GtkWidget *widget,
- const gchar *filename);
-
-void zenity_util_set_window_icon_from_stock (GtkWidget *widget,
- const gchar *stock_id);
-
-gboolean zenity_util_show_help (const gchar *path,
- const gchar *document,
- GError **error);
+#define ZENITY_GLADE_FILE_FULLPATH ZENITY_DATADIR "/zenity.glade"
+#define ZENITY_GLADE_FILE_RELATIVEPATH "./zenity.glade"
+#define ZENITY_IMAGE_FULLPATH(filename) (g_strconcat (ZENITY_DATADIR, "/", filename, NULL))
+
+GladeXML* zenity_util_load_glade_file (const gchar *widget_root);
+gboolean zenity_util_fill_file_buffer (GtkTextBuffer *buffer,
+ const gchar *filename);
+void zenity_util_set_window_icon (GtkWidget *widget,
+ const gchar *filename);
+void zenity_util_set_window_icon_from_stock (GtkWidget *widget,
+ const gchar *stock_id);
+gboolean zenity_util_show_help (const gchar *path,
+ const gchar *document,
+ GError **error);
G_END_DECLS
#endif /* UTIL_H */