Added a 'activate' signal, which is emitted when the 'Enter' key is pressed

This commit is contained in:
Neil J. Patel
2007-06-07 21:23:07 +00:00
parent 42ebf073bd
commit 3649b4734b
4 changed files with 41 additions and 0 deletions

View File

@ -81,6 +81,7 @@ struct _ClutterEntryClass
void (* text_changed) (ClutterEntry *entry);
void (* cursor_event) (ClutterEntry *entry,
ClutterGeometry *geometry);
void (* activate) (ClutterEntry *entry);
/* padding for future */
void (*_clutter_entry_1) (void);