Files
evolution/widgets/table/e-table-config.h
Miguel de Icaza df75a67ff6 More love
svn path=/trunk/; revision=2271
2000-03-31 22:06:02 +00:00

12 lines
342 B
C

#ifndef _E_TABLE_CONFIG_H
#define _E_TABLE_CONFIG_H
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 */