bgiii has asked for the wisdom of the Perl Monks concerning the following question:
For my purposes, a simple X11 ClientMessage will do to facilitate communication between the X11 app and the Perl/Tk app. I can send a ClientMessage from Perl/Tk to my X11 app, but I can't seem to get it to work the other way (X11 app -> Perl/Tk). And this is because I can't seem to figure out how to capture the ClientMessage event in my Perl/Tk app. Google searches (including comp.lang.perl.tk) have been fruitless, unfortunately.
Does anyone have an idea how I might be able to do this?
TIA, my brothers in Perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ClientMessage x11 <=> perl/tk
by zentara (Cardinal) on May 12, 2007 at 11:49 UTC |