diff options
author | nobody <nobody@localhost> | 2000-07-06 12:58:12 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-07-06 12:58:12 +0800 |
commit | 5e7d23492183857392e728cec05521e320ba1b29 (patch) | |
tree | 4ba00fa4856e39912c9a54ecba72de80d51d2418 /widgets/table/e-table-config.h | |
parent | 04f148f617112009091abd18b16463033dd322d0 (diff) | |
download | gsoc2013-evolution-GTKHTML_0_5.tar gsoc2013-evolution-GTKHTML_0_5.tar.gz gsoc2013-evolution-GTKHTML_0_5.tar.bz2 gsoc2013-evolution-GTKHTML_0_5.tar.lz gsoc2013-evolution-GTKHTML_0_5.tar.xz gsoc2013-evolution-GTKHTML_0_5.tar.zst gsoc2013-evolution-GTKHTML_0_5.zip |
This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_5'.GTKHTML_0_5
svn path=/tags/GTKHTML_0_5/; revision=3912
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r-- | widgets/table/e-table-config.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h deleted file mode 100644 index 617ef6a331..0000000000 --- a/widgets/table/e-table-config.h +++ /dev/null @@ -1,11 +0,0 @@ -#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 */ |