aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ui_util.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2001-12-12 21:39:01 +0000
committerGerald Combs <gerald@wireshark.org>2001-12-12 21:39:01 +0000
commit7e092f2dd86c37089c98397e0d56bf45680fe4b5 (patch)
tree7934672ab2655891cbaefb3a79774cde4dda8024 /gtk/ui_util.h
parenta93f4f8515b39e6e4d66b44e3dc420092fc79f34 (diff)
Go nuts with the 3D logo.
Add a routine to ui_util.c that sets a window's icon pixmap to a 16x16 version of the 3D logo. Call the routine for each window that is created. This has been tested with kwm and Sawfish (which expect a 16x16 icon), but we may have to come up with a better solution for other window managers (e.g. olwm and mwm). Add a 3D exclamation point image. Replace the exclamation point and Ethereal logo images used in simple_dialog() with their 3D counterparts. Remove the old icons from the source distribution. svn path=/trunk/; revision=4390
Diffstat (limited to 'gtk/ui_util.h')
-rw-r--r--gtk/ui_util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/ui_util.h b/gtk/ui_util.h
index 361fcae413..a02fc98c39 100644
--- a/gtk/ui_util.h
+++ b/gtk/ui_util.h
@@ -1,7 +1,7 @@
/* ui_util.h
* Definitions for UI utility routines
*
- * $Id: ui_util.h,v 1.1 2001/03/24 02:23:08 guy Exp $
+ * $Id: ui_util.h,v 1.2 2001/12/12 21:38:59 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -33,4 +33,7 @@
pop up the existing one rather than creating a new one. */
void reactivate_window(GtkWidget *);
+/* Set the window icon to the 16x16 3D icon. */
+void window_icon_realize_cb (GtkWidget *, gpointer);
+
#endif /* __GTKGUIUI_UTIL_H__ */