From 43fd06f8ec06257cbd135b03c5e203dfcd134fd4 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Fri, 12 Nov 1999 08:41:20 +0000 Subject: More table work svn path=/trunk/; revision=1383 --- widgets/table/test.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 widgets/table/test.c (limited to 'widgets/table/test.c') diff --git a/widgets/table/test.c b/widgets/table/test.c new file mode 100644 index 0000000000..0eece34467 --- /dev/null +++ b/widgets/table/test.c @@ -0,0 +1,17 @@ +#include +#include "e-table-simple.h" + +struct { + char *str; + int val; +} data [] = { + { "Miguel", 10 }, + { "Nat", 20 }, + { NULL, 0 }, +}; + +main () +{ + +} + -- cgit v1.2.3