Hello, all!
I am trying to embed into perl/Tk application some other GUI, which I am developing.
Tk manpages says that about -container option for Frame() widget, and also mentions that "window will support the appropriate window manager protocols for things like geometry requests." Does anyone knows where to get information what namely must support my newly created GUI program?
If anyone succeeded embedding non-Tk program into Tk-program, please share your experience!