Tkinter widget hieght??

Siggy Brentrup bsb at winnegan.de
Sat Jun 23 12:00:09 EDT 2001


"NJM" <njm at rectec.net> writes:

> I can't seem to find a way to dictate what the height of a widget.  Of
> coarse, width is typically in the options.  Where is the height??

>>> from Tkinter import *
>>> root=Tk()
>>> root.keys()
['background', 'bd', 'bg', 'borderwidth', 'class', 'colormap',
'container', 'cursor', 'height', 'highlightbackground',
------------------------^^^^^^
'highlightcolor', 'highlightthickness', 'menu', 'relief', 'screen',
'takefocus', 'use', 'visual', 'width']

Regards
  Siggy
-- 
Siggy Brentrup - bsb at winnegan.de - http://www.winnegan.de/
****** ceterum censeo javascriptum esse restrictam *******





More information about the Python-list mailing list