#define E_ENTRY_TYPE typedef EEntry; EEntry* e_entry_construct (EEntry *e_entry); GtkWidget* e_entry_new (void);
#define E_ENTRY_TYPE (e_entry_get_type ())
typedef struct { GtkTable parent; GnomeCanvas *canvas; EText *item; } EEntry;
EEntry* e_entry_construct (EEntry *e_entry);
Constructs the given EEntry.
GtkWidget* e_entry_new (void);
Creates a new EEntry.
The new EEntry