I'm making a cross-platform program with GTK+ v2.24 and after a lot of things done, I bumped in a problem. This is what I'm attempting to do:
1) Pressing enter in a GtkEntry, fire an event (done with the "activate" signal);
2) Make a dialog appear with a simple message and no buttons;
3) Make the dialog disappear in a fade-out effect after 1 second.
Note: While the dialog appears and then fades out, the main top level window should continue to work (as I have a video feed running in it).
I've searched all over the internet but to no avail. I was hoping that the geniuses around here could help me out on this one. Thank you!
EDIT: I had already found this question, but it is about GTK# and I cannot convert it to GTK+.