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


Groups > comp.lang.python > #94045

Re: tkinter resize question

From Terry Reedy <tjreedy@udel.edu>
Subject Re: tkinter resize question
Date 2015-07-17 21:20 -0400
References <21c1f9fb-1af0-4c57-aeba-2c7d78b1e707@googlegroups.com> <dfdf0485-860f-4cfd-ad88-7476554f0291@googlegroups.com> <mailman.657.1437162765.3674.python-list@python.org> <78761f0b-39ff-4b08-99d5-fb52e791b85b@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.671.1437182443.3674.python-list@python.org> (permalink)

Show all headers | View raw


On 7/17/2015 6:42 PM, nickgeovanis@gmail.com wrote:

> I don't think I've seen the "winfo_optioname()" construct in the
> python-side doc. For example Sec 25.1.6.1 "Setting Options" in the
> tkinter chapter of the standard python Library Reference doesn't
> mention it or anything syntactically similar.

The docs are incomplete.

> I'm sure the usual
> disclaimer "see the tcl/tk docs" applies, but this seems more than a
> detail to me. Thanks for your help...Nick

Better yet, bookmark this tkinter reference (which I believe is 
mentioned at the top of the doc). It is only missing stuff new in 8.6.
http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html
The winfo functions are included in 26 Universal widget methods.

http://effbot.org/tkinterbook/
has some worked out examples. There is also a lot on Stackoverflow, 
which has a tkinter tag.

-- 
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