aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-table-config.h
blob: 617ef6a33111ed8257b606b42d499fd26e0b30cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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 */