From becbefffcb9b460cc572a62b6ecf0920a5c47408 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 19 Jun 1999 03:14:32 +0000 Subject: Use "gtk_toggle_button_set_state()" rather than "gtk_toggle_button_set_active()" to set the state of radio buttions; "gtk_toggle_button_set_active()" doesn't exist in GTK+ 1.0[.x], and "gtk_toggle_button_set_state()" is an alias for it in GTK+ 1.2[.x]. Compute the column widths in the summary display based on the longest string in the column; recompute it whenever we update the columns. svn path=/trunk/; revision=319 --- column.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'column.h') diff --git a/column.h b/column.h index 209b688c4e..314b93ca25 100644 --- a/column.h +++ b/column.h @@ -1,7 +1,7 @@ /* column.h * Definitions for column handling routines * - * $Id: column.h,v 1.1 1998/11/17 04:28:41 gerald Exp $ + * $Id: column.h,v 1.2 1999/06/19 03:14:31 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -35,7 +35,6 @@ 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 *); -- cgit v1.2.3