summaryrefslogtreecommitdiff
path: root/gtk/main.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/main.h
parentf5f60f1ba325584fccf21a162826595a360ca6dc (diff)
downloadwireshark-563f423d761596314248d3d4df5e7e975359f00c.tar.gz
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/main.h')
-rw-r--r--gtk/main.h6
1 files changed, 1 insertions, 5 deletions
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 <gerald@ethereal.com>
@@ -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"