aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-03-02 07:05:57 +0000
committerGuy Harris <guy@alum.mit.edu>2000-03-02 07:05:57 +0000
commit6c2961e44782196de213123731ddb11dca12aec6 (patch)
tree724df09b1bedc3ba1dd0f53761f07b97b3ccf344 /gtk/packet_win.h
parentf84392ac60c08ec825b7f006f6376b1673a4b89d (diff)
Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and to
the "Follow TCP Stream" displays; that means we can use the same GTK+ calls to set the scrollbar placement on them that is used to set it on other widgets. Keep a list of all the GtkScrolledWindows whose scrollbar placement we control with the GUI preference item for that, and change them all when the GUI preference item is changed (which means that the GUI preference item now applies to the "Follow TCP Stream" window as well as to the hex/ASCII panes). svn path=/trunk/; revision=1676
Diffstat (limited to 'gtk/packet_win.h')
-rw-r--r--gtk/packet_win.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/packet_win.h b/gtk/packet_win.h
index be2f4d3d84..53fb1ca013 100644
--- a/gtk/packet_win.h
+++ b/gtk/packet_win.h
@@ -3,7 +3,7 @@
*
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet_win.h,v 1.1 2000/02/29 06:24:40 guy Exp $
+ * $Id: packet_win.h,v 1.2 2000/03/02 07:05:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -25,7 +25,6 @@
*/
extern void new_window_cb(GtkWidget *w);
-void set_scrollbar_placement_packet_wins(int pos);
void set_ptree_sel_browse_packet_wins(gboolean val);
void set_ptree_line_style_packet_wins(gint style);
void set_ptree_expander_style_packet_wins(gint style);