[Tkinter-discuss] adjust the size of two canvas when I resize

2010-06-19 Thread zizou afix
Hi, i'm a new user of tkinter, I would like to adjust my canevas to the main window when a resize it. i've just find this on the web : http://infohost.nmt.edu/tcc/help/pubs/tkinter/layout-mgt.html#root-resize but in my case that don't work this is my code : 2 canvas and 2 scrollbars it runs but it

Re: [Tkinter-discuss] Tkinter-discuss Digest, Vol 76, Issue 9

2010-06-20 Thread zizou afix
Subject line so it is more specific > than "Re: Contents of Tkinter-discuss digest..." > > > Today's Topics: > > 1. adjust the size of two canvas when I resize (zizou afix) > 2. Re: adjust the size of two canvas when I resize (Michael Lange) > > > --

[Tkinter-discuss] problem of understanding objects

2010-06-25 Thread zizou afix
hi, i try to organize my code. but i ' ve some problem with basic objet oriented programing use. if some one can show me the way to destroy my canvas with this structure. thanks laurent ## from Tkinter import * class Root: