aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gtkglobals.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-09 08:36:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-09 08:36:23 +0000
commit8e65963e6e84972ec77d4406f69d275d65697944 (patch)
tree763be6fe9d24c86e00daf21cb9b79b619b5c1595 /gtk/gtkglobals.h
parent829631a54e9908d0b5af88446aab33d1a6b23a46 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9608 f5534014-38df-0310-8fa8-9805f1628bb7
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
/*