EEntry

Name

EEntry -- 

Synopsis



#define     E_ENTRY_TYPE
typedef     EEntry;
EEntry*     e_entry_construct               (EEntry *e_entry);
GtkWidget*  e_entry_new                     (void);

Description

Details

E_ENTRY_TYPE

#define E_ENTRY_TYPE        (e_entry_get_type ())


EEntry

typedef struct {
	GtkTable parent;
	
	GnomeCanvas *canvas;
	EText *item;
} EEntry;


e_entry_construct ()

EEntry*     e_entry_construct               (EEntry *e_entry);

Constructs the given EEntry.

e_entry :

Returns :


e_entry_new ()

GtkWidget*  e_entry_new                     (void);

Creates a new EEntry.

Returns :

The new EEntry