Whole document tree
    

Whole document tree

EEntry

EEntry

EEntry -- 
Object Hierarchy

  GtkObject
   +----GtkWidget
         +----GtkContainer
               +----GtkTable
                     +----EEntry
Signal Prototypes

"changed"   void        user_function      (EEntry *eentry,
                                            gpointer user_data);
"activate"  void        user_function      (EEntry *eentry,
                                            gpointer user_data);
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_new ()
GtkWidget*  e_entry_new                     (void);

Creates a new EEntry.