Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk gtkglobals.h main.c packet_win.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 2 Mar 2000 01:06:04 -0600 (CST)
guy         2000/03/02 01:06:02 CST

  Modified files:
    gtk                  gtkglobals.h main.c packet_win.c 
                         packet_win.h proto_draw.c proto_draw.h 
  Log:
  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).
  
  Revision  Changes    Path
  1.7       +3 -2      ethereal/gtk/gtkglobals.h
  1.108     +38 -47    ethereal/gtk/main.c
  1.3       +10 -41    ethereal/gtk/packet_win.c
  1.2       +1 -2      ethereal/gtk/packet_win.h
  1.15      +18 -34    ethereal/gtk/proto_draw.c
  1.6       +3 -3      ethereal/gtk/proto_draw.h