Tkinter canvas configuration
faria
faria at ppgia.pucpr.br
Tue Jun 22 15:16:10 EDT 1999
Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [MSC 32 bit (Intel)] on win32
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> from Tkinter import *
>>> root = Tk()
>>> canvas = Canvas(root)
>>> canvas.pack()
>>>
Now I have a canvas, but I still don't know how to configure it (e.g.
make it bigger, change the color...)
Tanx for the attention.
Henrique Faria
Desenvolvedor Multimídia
LAMI - Laboratório de Mídias Interativas Puc-PR
faria at ppgia.pucpr.br
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Henrique Faria.vcf
Type: text/x-vcard
Size: 436 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/19990622/d642d41c/attachment.vcf>
More information about the Python-list
mailing list