Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94039

Re: tkinter resize question

From Terry Reedy <tjreedy@udel.edu>
Subject Re: tkinter resize question
Date 2015-07-17 18:49 -0400
References <21c1f9fb-1af0-4c57-aeba-2c7d78b1e707@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.666.1437173708.3674.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

tkinter resize question nickgeovanis@gmail.com - 2015-07-17 11:53 -0700
  Re: tkinter resize question nickgeovanis@gmail.com - 2015-07-17 12:17 -0700
    Re: tkinter resize question Russell Owen <rowen@uw.edu> - 2015-07-17 12:52 -0700
      Re: tkinter resize question Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-17 13:06 -0700
      Re: tkinter resize question nickgeovanis@gmail.com - 2015-07-17 15:42 -0700
        Re: tkinter resize question Terry Reedy <tjreedy@udel.edu> - 2015-07-17 21:20 -0400
  Re: tkinter resize question Terry Reedy <tjreedy@udel.edu> - 2015-07-17 18:49 -0400
    Re: tkinter resize question nickgeovanis@gmail.com - 2015-07-17 18:31 -0700
      Re: tkinter resize question Terry Reedy <tjreedy@udel.edu> - 2015-07-18 01:49 -0400

csiph-web