On Fri, Aug 8, 2014 at 11:44 PM, Rustom Mody <rustompm...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to