in reply to Tk and X events
I want to build a house out of a door
Or perhaps you really want to write an X server ? There's really nothing that the Tk module would help you with there. There is a module that implments the client side of the X11 protocol. See X11::Protocol.
Update: Ahh..I think I see the light now...
Since Tk runs on Windows without X11, you'd like to create a canvas or something, accept the X11 client connections on port 6000, and draw on the canvas. That's a pretty imposing project, and I don't think you'll get enough speed using Tk primitives to draw with.
There is a pretty decent, stable X11 server for Win32 out there. See Xfree86 running on Cygwin. I also stumbled into an X11 window manager written in perl ( shudder :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Tk and X events
by Anonymous Monk on Aug 08, 2002 at 14:45 UTC |