Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk column_prefs.c column_prefs.h Makefile.a

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: Sun, 9 Jan 2000 19:44:11 -0600 (CST)
guy         2000/01/09 19:44:08 CST

  Modified files:
    gtk                  Makefile.am main.c prefs_dlg.c 
  Added files:
    gtk                  column_prefs.c column_prefs.h 
  Log:
  Move the code in "column.c" that implements the column preferences tab
  into "gtk/column_prefs.c".
  
  Get rid of "get_column_width()" - instead, export
  "get_column_longest_string()", and have "get_column_width()"'s callers
  make the GDK call to get the width of that string, so that "column.c"
  contains no GTK+/GDK code.
  
  Revision  Changes    Path
  1.19      +3 -1      ethereal/gtk/Makefile.am
  1.85      +3 -3      ethereal/gtk/main.c
  1.9       +2 -2      ethereal/gtk/prefs_dlg.c