From c5e2fd8592f00928776550e078f9eeba31caa163 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Mon, 1 Nov 1999 20:35:26 +0000 Subject: Added my widgets stuff -miguel svn path=/trunk/; revision=1364 --- widgets/table/e-table-column-model.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 widgets/table/e-table-column-model.h (limited to 'widgets/table/e-table-column-model.h') diff --git a/widgets/table/e-table-column-model.h b/widgets/table/e-table-column-model.h new file mode 100644 index 0000000000..043dd783ca --- /dev/null +++ b/widgets/table/e-table-column-model.h @@ -0,0 +1,5 @@ + +class ETableColumnModel { + virtual void add_column (ETableCol *et) = 0; + virtual ETableCol *get_column (int column); + virtual -- cgit v1.2.3