00001 typedef struct {char* name; 00002 char type; /* 0 = char, 1 = int, 2 = float, 3 = double, 00003 4 = string (i.e. char*) */ 00004 char* value; 00005 int width; 00006 } dialog_entry;