I am a GTK neophyte:
I would like to create a program that:
1) has a display (Gtk3) containing text fields and a button
2) can receive messages from other programs (socket) which modify the text fields (externally driven change)
3) and can send a message to another program when the button is pressed (via a socket)
All the examples I have seen end in "Gtk3->main();", how do I get that to check on incoming messages?