Tkinter windows always on top in Win32
William Wicker
remove.me.wwicker at spectratechnologies.com
Wed May 10 15:25:51 EDT 2000
On Tue, 09 May 2000 16:14:42 GMT, John Grayson <johngrayson at home.com>
wrote:
>In article <391819ca.314642161 at news.onlineisp.com>,
> remove.me.wwicker at spectratechnologies.com wrote:
>> How can I set a Tkinter window to always be on top?
>>
>> I couldn't find this in the fine Tkinter book, nor in any of the
>> examples I searched.
>>
>> Please help.
>>
>> William.
>>
>
>Good question! I didn't think of covering this in the book
>because, as far as I can tell, it is not possible with Win32 and
>I made an effort to show things that worked on both Win32 and Unix.
>
Oh No! Say it ain't so!
Seriously, this does pose a problem for me. I really need to get the
'keep-on-top' functionality. I suppose I'll need to look at some other
GUI kits.
But I like Tkinter!
>Unix is easy, since VisibilityChange events are generated. I do
>not believe that Win32 generates an equivalent, except on the
>initial map.
>
>
>Of course, I'm sure someone out there has had to solve
>this...
>
> John
Anyone? Anyone?
William.
More information about the Python-list
mailing list