How to add action on ENTER

1. create the form like you want;
2. on
3. create the function to be called when
2. on
GtkEntry, connect to the signal
activatewith
GtkEntry::connect("activate", "function");
3. create the function to be called when
GtkEntryreceive
Enterkey;