aboutsummaryrefslogtreecommitdiffstats
path: root/column.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-07-22 21:14:13 +0000
committerGuy Harris <guy@alum.mit.edu>1999-07-22 21:14:13 +0000
commitde459d1426cc27341dcf681cf5b35c27c9a5732a (patch)
treec208613b2cc84d2f42f671682aa475b095a439be /column.h
parent0e7a2d905adb67f334d3bdc3cc5139ee2fabef04 (diff)
Revert to static sizing of columns.
svn path=/trunk/; revision=377
Diffstat (limited to 'column.h')
-rw-r--r--column.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/column.h b/column.h
index 314b93ca25..9010d55716 100644
--- a/column.h
+++ b/column.h
@@ -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 *);