python - Tkinter application topmost, even over fullscreen -
i'm using tkinter on ubuntu.
i'd application on top of screen, time. i'm aware of, , using, wm_attributes("-topmost", 1)
. i've discovered equal right clicking on menu bar of application , selecting 'always on top', works fine applications. however, doesn't work when full-screen applications launched (specifically, tf2). in such cases, widget lies behind game.
i'm aware of overrideredirect(true)
, , stays on top of game on full-screen, not viable menu bar , being able move window central application.
is there way have tkinter remain on top of every application, including full-screen? functionality of overrideredirect
, keeping menu bar , ability move window.
Comments
Post a Comment