diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-07-22 21:14:13 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-07-22 21:14:13 +0000 |
commit | de459d1426cc27341dcf681cf5b35c27c9a5732a (patch) | |
tree | c208613b2cc84d2f42f671682aa475b095a439be /column.h | |
parent | 0e7a2d905adb67f334d3bdc3cc5139ee2fabef04 (diff) | |
download | wireshark-de459d1426cc27341dcf681cf5b35c27c9a5732a.tar.gz wireshark-de459d1426cc27341dcf681cf5b35c27c9a5732a.tar.bz2 wireshark-de459d1426cc27341dcf681cf5b35c27c9a5732a.zip |
Revert to static sizing of columns.
svn path=/trunk/; revision=377
Diffstat (limited to 'column.h')
-rw-r--r-- | column.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* column.h * Definitions for column handling routines * - * $Id: column.h,v 1.2 1999/06/19 03:14:31 guy Exp $ + * $Id: column.h,v 1.3 1999/07/22 21:14:13 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -35,6 +35,7 @@ gint get_column_format(gint); gchar *get_column_title(gint); gchar *col_format_to_pref_str(); void get_column_format_matches(gboolean *, gint); +gint get_column_width(gint format, GdkFont *font); GtkWidget *column_prefs_show(); void column_prefs_ok(GtkWidget *); void column_prefs_save(GtkWidget *); |