aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-20 06:34:09 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-20 06:34:09 +0000
commitddc5a1773ac4fa682eaff622d43b3e7bf16c309c (patch)
tree0f0fdefb2f8b17a96bdeff5a2fdcb86a07ba765b /gtk/proto_draw.h
parent45e7bf5962d53f4d3abe493fd276bab0cab36d1d (diff)
From Tomas Kukosa:
add Expand Tree to the View menu; make the Expand Tree context menu active iff the currently-selected item has a subtree; fix the GTK2 code for Expand Tree. svn path=/trunk/; revision=10415
Diffstat (limited to 'gtk/proto_draw.h')
-rw-r--r--gtk/proto_draw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/proto_draw.h b/gtk/proto_draw.h
index 1cc0147759..0300abce34 100644
--- a/gtk/proto_draw.h
+++ b/gtk/proto_draw.h
@@ -1,7 +1,7 @@
/* proto_draw.h
* Definitions for GTK+ packet display structures and routines
*
- * $Id: proto_draw.h,v 1.24 2004/01/27 20:36:48 guy Exp $
+ * $Id: proto_draw.h,v 1.25 2004/03/20 06:34:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -64,6 +64,7 @@ void packet_hex_print(GtkTextView *, const guint8 *, frame_data *, field_info *,
guint);
void packet_hex_reprint(GtkTextView *);
void set_ptree_font_all(PangoFontDescription *font);
+GtkTreePath *tree_find_by_field_info(GtkTreeView *tree_view, field_info *finfo);
#endif
extern GtkWidget * main_tree_view_new(e_prefs *prefs, GtkWidget **tree_view_p);