aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-11 06:43:18 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-11 06:43:18 +0000
commit239618c8172a72f361b934df711ce2246ba2b4d7 (patch)
treea4c3bd3440bb613b3211596c26a246298adedeb9 /gtk/proto_draw.h
parent0823438598aaa096b878d7ad7a79cae995cf2a34 (diff)
Have routines to create GtkCTrees, set their line and expander style
based on the user's UI preferences, and add them to a list of GtkCTrees. Use those routines to create all GtkCTrees. Have a routine to update the preferences for all of those GtkCTrees. Call that routine whenever the preferences change. Label the line and expander style preferences as "Tree line style" and "Tree expander style", as they no longer apply only to protocol trees. Move the routines to maintain a list of scrolled windows, and to update scrollbar placement for scrolled windows, to "ui_util.c". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4520 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/proto_draw.h')
-rw-r--r--gtk/proto_draw.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/proto_draw.h b/gtk/proto_draw.h
index 84764b9ba7..4b68787dce 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.14 2001/11/20 10:37:16 guy Exp $
+ * $Id: proto_draw.h,v 1.15 2002/01/11 06:43:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -61,8 +61,6 @@ void expand_all_tree(proto_tree *protocol_tree, GtkWidget *tree_view);
void collapse_all_tree(proto_tree *protocol_tree, GtkWidget *tree_view);
void set_ptree_sel_browse_all(gboolean);
-void set_ptree_line_style_all(gint style);
-void set_ptree_expander_style_all(gint style);
void set_ptree_font_all(GdkFont *font);
void clear_tree_and_hex_views(void);