[Tkinter] how to keep a window above all other OS windows?

D

dmitrey

Hi all,
how to keep a Tkinter window above all other OS windows (i.e.
including those ones from other programs)?

Thank you in advance,
Dmitrey
 
D

dmitrey

Hi all,
how to keep a Tkinter window above all other OS windows (i.e.
including those ones from other programs)?

Thank you in advance,
Dmitrey

I have put [Tkinter] into topic of my message but somehow it has been
removed.
D.
 
A

Aaron \Castironpi\ Brady

Hi all,
how to keep a Tkinter window above all other OS windows (i.e.
including those ones from other programs)?
Thank you in advance,
Dmitrey

I have put [Tkinter] into topic of my message but somehow it has been
removed.
D.

If you can get the handle of the window from the Tk framework, use the
os call in 'ctypes'. Windows' call is ShowWindow( handle,
HWND_TOPMOST ) I think.
 
L

Lawrence D'Oliveiro

Dennis Lee said:
{I miss the Amiga --
where one had the option to push a window to the back /without/ losing
focus... made it useful for reading one window while touch-typing data
into the "hidden" window}

This sort of thing should be configurable in many X11-based window managers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top