Keep one GUI always on TOP while python code is running

Chris Angelico rosuav at gmail.com
Fri Aug 8 09:51:35 EDT 2014


On Fri, Aug 8, 2014 at 11:44 PM, Rustom Mody <rustompmody at gmail.com> wrote:
> On Thursday, August 7, 2014 4:54:09 PM UTC+5:30, Jaydeep Patil wrote:
>> Hi all,
>
>> I have one query. I have did some programming which copies and paste data using system clipboard. I need to keep one GUI always on top till my python code is running.
>
> In linux you can do (at shell level)
> $ wmctrl -r "window" -b add,above

AIUI that just sets the "always on top" flag, which isn't what he's
asking for. Also, his toolkit should offer that directly.

ChrisA



More information about the Python-list mailing list