Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!takemy.news.telefonica.de!telefonica.de!newsfeed.xs4all.nl!newsfeed8.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'attributes': 0.07; 'width': 0.07; 'subject:question': 0.08; 'posted.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'jan': 0.11; '(at': 0.13; 'experiments': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'resizing': 0.16; 'wrote:': 0.16; 'detect': 0.18; 'fix': 0.21; 'tkinter': 0.22; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'least': 0.27; 'correct': 0.28; 'recorded': 0.29; 'code': 0.30; 'window': 0.30; 'post': 0.31; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'button': 0.38; 'to:addr:python.org': 0.40; 'email addr:gmail.com': 0.62; 'believe': 0.66; 'size?': 0.84; 'window,': 0.84; 'received:fios.verizon.net': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: tkinter resize question Date: Fri, 17 Jul 2015 18:49:55 -0400 References: <21c1f9fb-1af0-4c57-aeba-2c7d78b1e707@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: <21c1f9fb-1af0-4c57-aeba-2c7d78b1e707@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437173708 news.xs4all.nl 2908 [2001:888:2000:d::a6]:42923 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94039 On 7/17/2015 2:53 PM, nickgeovanis@gmail.com wrote: > Resizing a tkinter window which contains a frame which contains a > button widget, will not change the current size of the window, frame > or button as recorded in their height and width attributes (at least > not if they are resizable). Post the code and experiments performed that leads you to believe the above. > What is the correct way to detect their current size? It is hard to fix code not posted. -- Terry Jan Reedy