On Sep 26, 10:04 am, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Fri, 26 Sep 2008 19:52:59 +1200, Lawrence D'Oliveiro > <[EMAIL PROTECTED]> declaimed the following in > comp.lang.python: > > > > > This sort of thing should be configurable in many X11-based window managers. > > Maybe... But I'm stuck with a MicroSloth world -- at least they > didn't decide 1 mouse button is all anyone would need <G>
There's some useful information at http://epydoc.sourceforge.net/stdlib/Tkinter.Wm-class.html. >>> from Tkinter import * >>> w = Tk() >>> w.attributes('-topmost', True) '' >>> w.mainloop() >>> The window stays on top. -- http://mail.python.org/mailman/listinfo/python-list