Hi and thanks for the patch, unfortunately it doesn't quite compile on Linux :
1. itoa is a "non standard" function not available on Linux. Try using snprintf instead
2. gtk_entry_set_editable is obsolete/deprecated. Try using gtk_editable_set_editable instead
Hi and thanks for the patch, unfortunately it doesn't quite compile on Linux : set_editable is obsolete/ deprecated. Try using gtk_editable_ set_editable instead
1. itoa is a "non standard" function not available on Linux. Try using snprintf instead
2. gtk_entry_