diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-12-16 06:20:18 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-12-16 06:20:18 +0000 |
commit | f34e877593e4ae244e130751c23a6dd9470b18fa (patch) | |
tree | 233c66497e4c6427e219cb74a31773f6b57792c8 /prefs.h | |
parent | 1063eaaecc4765158bdb53cb4d03081f844d7b8a (diff) |
Add a new page to the Preferences notebook: a GUI page. The sole
option right now is the placement of the vertical scrollbars in the 3 panes.
(it's one decision; you can't have the placement of the vertical scrollbar
in the packet list pane different than the placement in the protocol tree
pane, for example).
I did this because I find it convenient to have the vertical scrollbars
on the *left* side of the text. My mouse cursor is usually expanding and
collapsing the protocol tree widgets, and once the protocol tree changes
size, I usually have to scroll. I'd rather move my mouse cursor just a few
pixels over to find the vertical scrollbar.
svn path=/trunk/; revision=1351
Diffstat (limited to 'prefs.h')
-rw-r--r-- | prefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* prefs.h * Definitions for preference handling routines * - * $Id: prefs.h,v 1.10 1999/12/10 04:20:53 gram Exp $ + * $Id: prefs.h,v 1.11 1999/12/16 06:19:50 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -44,6 +44,7 @@ typedef struct _e_prefs { GList *col_list; gint num_cols; GdkColor st_client_fg, st_client_bg, st_server_fg, st_server_bg; + gboolean gui_scrollbar_on_right; } e_prefs; extern e_prefs prefs; |