Tkinter and window manager

Bernhard Herzog herzog at online.de
Thu Sep 2 16:49:43 EDT 1999


Stephane Conversy <conversy at lri.fr> writes:

> The palette must stay on top of the other window.
> I think I can do that by calling tkraise on the palette window each time a
> document window is raised.

AFAIK, you ought to use the transient method to get this effect, e.g.
palette_window.transient(doc_window)

See tk's wm command for more details.


-- 
Bernhard Herzog	  | Sketch, a drawing program for Unix
herzog at online.de  | http://www.online.de/home/sketch/




More information about the Python-list mailing list