Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal column.c column.h file.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: Sun, 9 Jan 2000 19:43:56 -0600 (CST)
guy         2000/01/09 19:43:53 CST

  Modified files:
    .                    column.c column.h file.c 
  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.27      +16 -357   ethereal/column.c
  1.7       +6 -8      ethereal/column.h
  1.151     +2 -2      ethereal/file.c