struct cell { int id; char *prompt; char *initial_value; int field_width; Widget field; Widget label; };