On Tue, May 22, 2001 at 07:31:23PM +0100, David Given wrote:
> I'm looking for a way to send user messages of some kind via the GTK
> event loop. Basically, I have a running GTK application, and I want a
> seperate application to be able to send it commands, which I'd like to
> appear integrated into the event system. I know the functionality is
> available in X; is there any easy way to do it using pygtk and/or
> python-gnome?
It depends on what you mean by "send commands".
If want your application to respond to external input, you could use a pipe
or a socket and gtk.input_add() to listen on it.
--
Evan Martin - [EMAIL PROTECTED]
http://www.speakeasy.org/~martine
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk