From df75a67ff6f93f829602339c264a987964c497f2 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 31 Mar 2000 22:06:02 +0000 Subject: More love svn path=/trunk/; revision=2271 --- widgets/table/e-table-config.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'widgets/table/e-table-config.h') diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h index 9bd16071a2..617ef6a331 100644 --- a/widgets/table/e-table-config.h +++ b/widgets/table/e-table-config.h @@ -1,7 +1,11 @@ #ifndef _E_TABLE_CONFIG_H #define _E_TABLE_CONFIG_H -GtkWidget *e_table_gui_config (ETable *etable); -void e_table_do_gui_config (ETable *etable); +GnomeDialog *e_table_gui_config (ETable *etable); +void e_table_do_gui_config (GtkWidget *, ETable *etable); + +void e_table_gui_config_accept (GtkWidget *widget, ETable *etable); +void e_table_gui_config_cancel (GtkWidget *widget, ETable *etable); + #endif /* _E_TABLE_CONFIG_H */ -- cgit v1.2.3