wasm-demo/demo/ermis-f/python_m/cur/0429

18 lines
554 B
Plaintext

From: mark.thomas at gsc.gte.com (Justin Development)
Date: Tue, 20 Apr 1999 11:59:07 -0400
Subject: Tkinter->Tcl->Wsm
Message-ID: <7fi88s$eq4$1@news.gte.com>
X-UID: 429
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.