Mailing List Archive

Tkinter->Tcl->Wsm
I have created a Tkinter widget and am trying to pass some of it's
information (specifically it's winfo_id ) to the UNIX Window or Workspace
Manger. If I am correct I first need to pass the Tkinter information to Tcl
which will then allow me to work with the Wsm. How do I do this? Any links
or examples would also be helpful.