How to add action on ENTER

106b48956b5c5a1dfda32809042e12ca.png
1. create the form like you want;
2. on
GtkEntry
, connect to the signal
activate
with
GtkEntry::connect("activate", "function")
;
3. create the function to be called when
GtkEntry
receive
Enter
key;