diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-01 06:06:02 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-01 06:06:02 +0800 |
commit | df75a67ff6f93f829602339c264a987964c497f2 (patch) | |
tree | 2ffa7cca4b59732d5d16113cc0c1f51b2dcec02b /widgets/table/e-table-config.h | |
parent | 50c50fee4349fbc6be2c4ae702f2f4bcd4714745 (diff) | |
download | gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.gz gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.bz2 gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.lz gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.xz gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.tar.zst gsoc2013-evolution-df75a67ff6f93f829602339c264a987964c497f2.zip |
More love
svn path=/trunk/; revision=2271
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r-- | widgets/table/e-table-config.h | 8 |
1 files changed, 6 insertions, 2 deletions
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 */ |