aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkglobals.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-09 08:36:23 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-09 08:36:23 +0000
commit563f423d761596314248d3d4df5e7e975359f00c (patch)
tree763be6fe9d24c86e00daf21cb9b79b619b5c1595 /gtk/gtkglobals.h
parentf5f60f1ba325584fccf21a162826595a360ca6dc (diff)
Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify it
to add functionality or improve performance, although, until we make it work on GTK+ 1.3[.x] and 2.x, we shouldn't count on the performance improvements, or make its API different from that of the GtkClist API (other than names). Move all the code that knows about the packet list into gtk/packet_list.c, so that the GtkClist vs. EthClist stuff is encapsulated inside it. svn path=/trunk/; revision=9608
Diffstat (limited to 'gtk/gtkglobals.h')
-rw-r--r--gtk/gtkglobals.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/gtkglobals.h b/gtk/gtkglobals.h
index 64d09ab105..b95dbe0c71 100644
--- a/gtk/gtkglobals.h
+++ b/gtk/gtkglobals.h
@@ -1,7 +1,7 @@
/* gtkglobals.h
* GTK-related Global defines, etc.
*
- * $Id: gtkglobals.h,v 1.23 2003/12/24 01:21:32 guy Exp $
+ * $Id: gtkglobals.h,v 1.24 2004/01/09 08:36:23 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -31,14 +31,9 @@ extern GdkFont *m_r_font, *m_b_font;
extern guint m_font_height, m_font_width;
extern GtkStyle *item_style;
-
-void set_plist_font(GdkFont *font);
#else
extern PangoFontDescription *m_r_font, *m_b_font;
-
-void set_plist_font(PangoFontDescription *font);
#endif
-void set_plist_sel_browse(gboolean);
#if GTK_MAJOR_VERSION >= 2 || GTK_MINOR_VERSION >= 3
/*