Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'that?': 0.05; 'subject:Python': 0.06; 'subset': 0.09; 'windows,': 0.09; 'windows': 0.15; '(just': 0.16; '24,': 0.16; 'restricting': 0.16; 'subject:GUI': 0.16; 'subject:desktop': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'restrictions': 0.19; 'thu,': 0.19; 'appears': 0.22; 'to:name:python- list@python.org': 0.22; 'fine': 0.24; "i've": 0.25; 'header:In- Reply-To:1': 0.27; 'rest': 0.29; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'follows': 0.31; 'subject:next': 0.31; 'run': 0.32; 'fri,': 0.33; 'implemented': 0.33; 'received:google.com': 0.35; 'revert': 0.36; 'possible': 0.36; 'so,': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'changed': 0.39; 'back': 0.62; 'close': 0.67; 'default': 0.69; 'jul': 0.74; '100%': 0.77; 'forth': 0.81; 'subject:Project': 0.84; 'ware': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=wiq36VdxdhwCePz1ruvowLhQaMYWj911YdNKNMrPRX0=; b=XmL7lKvz49s0v3Bt1KBYGoc/+ck2onHaJIlDClHg0jnksFnIRRkczYS5CRwv7qd8q7 0YsS3UDAHu7+sODTynUIDq+3WlpXvyPU4eyYqCAs1Pf8MdlsiI626D4ABU/Blinpjsaq 05tV88zfJz2DsukeOQnSXijpfhmITBXJ/O+Y45lCUZEB96njmu/1pnwtTaTIx8Ly77PD Xybky4QoOUr/rNRA3YvJEeejn1cE9H4I2jM1Ldt8L3i5uzBxcpNi0Bn+Y05qVIKfcVHy 9vCyhop+hkItc3bw+M1SyEaKXXe1+fj051cPWED/vtNxypSpUmgGn0/2hRCFxhYcIeGa pACw== X-Received: by 10.182.19.196 with SMTP id h4mr16528853obe.20.1406229066715; Thu, 24 Jul 2014 12:11:06 -0700 (PDT) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: References: <93c42547-557b-4839-baba-9ed54120595e@googlegroups.com> From: Zachary Ware Date: Thu, 24 Jul 2014 14:10:46 -0500 X-Google-Sender-Auth: W7OMCL8GJ-6xAbSm4FC37aMHSQk Subject: Re: Exploring Python for next desktop GUI Project To: "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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406229068 news.xs4all.nl 2881 [2001:888:2000:d::a6]:38693 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75172 On Thu, Jul 24, 2014 at 1:51 PM, Chris Angelico wrote: > On Fri, Jul 25, 2014 at 4:33 AM, Zachary Ware > wrote: >> On Windows, at least, ttk comes very very close to [a 100% native look]. > > What exactly does that mean? The Windows default UI changed > significantly from W2K -> XP -> Win8, and each time, it's possible to > revert to the old styling; does ttk follow the rest of the OS in that? > And if so, does it achieve that by restricting you to a vicious subset > of functionality that can actually be implemented natively, or does it > try to reimplement as appropriate? It appears that ttk follows the rest of the OS just fine (just tested on Win7, switching back and forth to the "classic Windows" theme), and as yet I've not run into any restrictions because of it. -- Zach