Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dfilter_expr_dlg.c gtkglobals.h gui_pref

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 11 Jan 2002 00:43:19 -0600 (CST)
guy         2002/01/11 00:43:19 CST

  Modified files:
    gtk                  dfilter_expr_dlg.c gtkglobals.h 
                         gui_prefs.c main.c prefs_dlg.c 
                         proto_draw.c proto_draw.h 
                         proto_hier_stats_dlg.c ui_util.c 
                         ui_util.h 
  Log:
  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".
  
  Revision  Changes    Path
  1.24      +3 -6      ethereal/gtk/dfilter_expr_dlg.c
  1.17      +1 -6      ethereal/gtk/gtkglobals.h
  1.29      +7 -7      ethereal/gtk/gui_prefs.c
  1.226     +1 -55     ethereal/gtk/main.c
  1.36      +2 -12     ethereal/gtk/prefs_dlg.c
  1.43      +4 -54     ethereal/gtk/proto_draw.c
  1.15      +1 -3      ethereal/gtk/proto_draw.h
  1.8       +3 -5      ethereal/gtk/proto_hier_stats_dlg.c
  1.7       +145 -3    ethereal/gtk/ui_util.c
  1.3       +21 -3     ethereal/gtk/ui_util.h