http://www.perlmonks.org?node_id=11112115


in reply to Re: Can GTK3 be driven externally?
in thread Can GTK3 be driven externally?

Thank you, I am OK with socket programming. My question is: how do I blend the socket server with the GTK3 main loop?
What I am trying to do is to use the GTK3 window as a display attached to a server that receives messages and changes the display to what the messages say needs to be displayed.
Additionally, I'd like to have a button in GTK3 which would allow a user to select something.