aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-24 02:23:08 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-24 02:23:08 +0000
commit9b85728d1d52cd698d3f09e33ead42733a666657 (patch)
tree77743027001f6319a274a9e32dd30a6b9a4449f7 /ui_util.h
parent8ac0e6618a2d2bad339d7455de064c8383fab318 (diff)
"reactivate_window()" is used only by stuff in the "gtk" directory, and
has an API that depends on GTK+. "set_main_window_name()" is UI-toolkit-independent. Declare the former in a new "gtk/ui_util.h" file, rather than in "ui_util.h"; this helps separate UI-toolkit-independent stuff from UI-toolkit-dependent stuff. svn path=/trunk/; revision=3181
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/ui_util.h b/ui_util.h
index 017279faf7..3d1f700403 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -1,7 +1,7 @@
/* ui_util.h
* Definitions for UI utility routines
*
- * $Id: ui_util.h,v 1.8 2001/03/24 02:14:54 guy Exp $
+ * $Id: ui_util.h,v 1.9 2001/03/24 02:23:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -33,13 +33,6 @@ extern "C" {
/* Set the name of the top-level window and its icon. */
void set_main_window_name(gchar *);
-/* Given a pointer to a GtkWidget for a top-level window, raise it and
- de-iconify it. This routine is used if the user has done something to
- ask that a window of a certain type be popped up when there can be only
- one such window and such a window has already been popped up - we
- pop up the existing one rather than creating a new one. */
-void reactivate_window(GtkWidget *);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */