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


Groups > comp.lang.python > #94024

tkinter resize question

Newsgroups comp.lang.python
Date 2015-07-17 11:53 -0700
Message-ID <21c1f9fb-1af0-4c57-aeba-2c7d78b1e707@googlegroups.com> (permalink)
Subject tkinter resize question
From nickgeovanis@gmail.com

Show all headers | View raw


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). What is the correct way to detect their current size?

Back to comp.lang.python | Previous | NextNext 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