From 563f423d761596314248d3d4df5e7e975359f00c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 9 Jan 2004 08:36:23 +0000 Subject: 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 --- gtk/main.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gtk/main.h') diff --git a/gtk/main.h b/gtk/main.h index 8a96ecfe21..d4db4865f5 100644 --- a/gtk/main.h +++ b/gtk/main.h @@ -1,7 +1,7 @@ /* main.h * Global defines, etc. * - * $Id: main.h,v 1.34 2003/12/13 18:01:30 ulfl Exp $ + * $Id: main.h,v 1.35 2004/01/09 08:36:23 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -95,10 +95,6 @@ void expand_all_cb(GtkWidget *, gpointer); void collapse_all_cb(GtkWidget *, gpointer); void resolve_name_cb(GtkWidget *, gpointer); void reftime_frame_cb(GtkWidget *, gpointer, guint); -void mark_frame_cb(GtkWidget *, gpointer); -void mark_all_frames_cb(GtkWidget *w, gpointer); -void unmark_all_frames_cb(GtkWidget *w, gpointer); -void update_marked_frames(void); #define RECENT_KEY_CAPTURE_FILE "recent.capture_file" #define RECENT_KEY_DISPLAY_FILTER "recent.display_filter" -- cgit v1.2.3