Files
evolution/widgets/table/e-cell-string.c
Arturo Espinosa 34bf395023 More stuff
svn path=/trunk/; revision=1428
1999-11-22 06:03:05 +00:00

10 lines
100 B
C

ECell *
e_cell_string_new (void)
{
ECell *ecell;
ecell = gtk_type_new (ecell);
return ecell;
}