![]() | ![]() | ![]() | ![]() |
#define E_ENTRY_TYPE typedef EEntry; EEntry* e_entry_construct (EEntry *e_entry); GtkWidget* e_entry_new (void);
"changed" void user_function (EEntry *eentry, gpointer user_data); "activate" void user_function (EEntry *eentry, gpointer user_data);
EEntry* e_entry_construct (EEntry *e_entry);
Constructs the given EEntry.
e_entry : | |
Returns : |
|
void user_function (EEntry *eentry, gpointer user_data);
eentry : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
void user_function (EEntry *eentry, gpointer user_data);
eentry : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
<<< EPrintable | ColorGroup >>> |