Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '(at': 0.04; 'subject:code': 0.07; 'subject:while': 0.09; 'toolkit': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'gui': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'patil': 0.16; 'subject:GUI': 0.16; 'subject:python': 0.16; 'thursday,': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'programming': 0.22; 'aug': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'sets': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'linux': 0.33; 'fri,': 0.33; 'received:google.com': 0.35; "he's": 0.36; 'subject:one': 0.36; 'should': 0.36; 'pm,': 0.38; 'august': 0.61; 'till': 0.61; 'offer': 0.62; '11:44': 0.84; 'subject:Keep': 0.84; 'to:none': 0.92; 'directly.': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=NZi+8qTlOffuJebLptJ6BTpbNP5LXjZOtGWrTgSAEg4=; b=YqHXM/JAfn0Sss17d1nmzAT7rUNCjuqoUilJ8bTwo0ckpgx+N6ArFxMvnga9K4ZtXH ArBwe/2k3eICQj6GE7MZY0ORh0za2THgDxuYCUkI28UZFmpYUXBQKgIP7/LLsFJCVFeR HBsXbfdSWVx7UN3jZJiNso5TOJCA2+QyqrggqvpSW0WAo+ZxxSTWXXib3Zo+442IqZDI ECEeYHbyzKUNBAZzzpTB2LogR26nLX1azmCW2QxeTX2thql7ajsw2S0B3U3dSiOp7e7V 9auPd4weWMZzo7WGC75rmaOdPh06OD69oJ1UizjuL0K0briP5Pg5dd6NsQoIu6hrm1md 5BYQ== MIME-Version: 1.0 X-Received: by 10.50.66.197 with SMTP id h5mr5461171igt.34.1407505895609; Fri, 08 Aug 2014 06:51:35 -0700 (PDT) In-Reply-To: <446aa6dd-ff18-472b-82b8-ba99d59bf112@googlegroups.com> References: <446aa6dd-ff18-472b-82b8-ba99d59bf112@googlegroups.com> Date: Fri, 8 Aug 2014 23:51:35 +1000 Subject: Re: Keep one GUI always on TOP while python code is running From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407505903 news.xs4all.nl 2946 [2001:888:2000:d::a6]:51958 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75883 On Fri, Aug 8, 2014 at 11:44 PM, Rustom Mody 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