Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.141 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.72; '*S*': 0.01; 'differently': 0.07; 'editor.': 0.09; 'rules.': 0.09; 'gui': 0.11; 'builder.': 0.16; 'subject:GUI': 0.16; 'putting': 0.20; 'sort': 0.21; 'to:2**1': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'looks': 0.26; 'rules': 0.27; 'run': 0.28; 'app.': 0.29; 'reward': 0.29; 'window': 0.30; 'code': 0.31; '(and': 0.32; 'to:addr:python- list': 0.33; 'subject:?': 0.35; 'there': 0.35; 'but': 0.36; 'alone': 0.36; 'does': 0.37; 'rather': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'where': 0.40; 'received:192.168': 0.40; 'think': 0.40; 'your': 0.60; 'matter': 0.61; 'received:62': 0.62; 'subject:there': 0.65; 'are)': 0.84; 'received:192.168.13': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:upcmail.net': 0.84; 'visually': 0.84; 'graphical': 0.91 X-SourceIP: 89.132.76.248 Date: Wed, 20 Feb 2013 13:09:07 +0100 From: Laszlo Nagy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Chris Angelico , python-list@python.org Subject: Re: Is there a graphical GUI builder? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361365914 news.xs4all.nl 6851 [2001:888:2000:d::a6]:41794 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39356 > You have to think about your window differently - think about what > you're putting where, rather than going visually "that looks about > right" - but the reward is that it'll look right no matter where you > run your app. As an added bonus, you don't need any sort of graphical > builder; you can just write code directly in your editor. Yes, but these are not mutually exclusive. There can be (and there are) GUI tools that let you arrange your widgets with layouts and rules. In other words, using layouts and rules does not alone make it impossible to use a GUI builder.