Files
evolution/widgets/test.c
Arturo Espinosa 43fd06f8ec More table work
svn path=/trunk/; revision=1383
1999-11-12 08:41:20 +00:00

18 lines
167 B
C

#include <config.h>
#include "e-table-simple.h"
struct {
char *str;
int val;
} data [] = {
{ "Miguel", 10 },
{ "Nat", 20 },
{ NULL, 0 },
};
main ()
{
}