Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk gui_prefs.c gui_prefs.h Makefile.am

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 16 Dec 1999 00:20:39 -0600 (CST)
gram        1999/12/16 00:20:29 CST

  Modified files:
    gtk                  Makefile.am gtkglobals.h main.c 
                         prefs_dlg.c 
  Added files:
    gtk                  gui_prefs.c gui_prefs.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.16      +3 -1      ethereal/gtk/Makefile.am
  1.3       +3 -1      ethereal/gtk/gtkglobals.h
  1.76      +53 -17    ethereal/gtk/main.c
  1.5       +15 -4     ethereal/gtk/prefs_dlg.c