Re: Tkinter inheritance mess?

2010-04-07 Thread ejetzer
On 5 avr, 22:32, Lie Ryan lie.1...@gmail.com wrote: On 04/06/10 02:38, ejetzer wrote: On 5 avr, 12:36, ejetzer ejet...@gmail.com wrote: For a school project, I'm trying to make a minimalist web browser, and I chose to use Tk as the rendering toolkit. I made my parser classes

Tkinter inheritance mess?

2010-04-05 Thread ejetzer
For a school project, I'm trying to make a minimalist web browser, and I chose to use Tk as the rendering toolkit. I made my parser classes into Tkinter canvases, so that I would only have to call pack and mainloop functions in order to display the rendering. Right now, two bugs are affecting the

Re: Tkinter inheritance mess?

2010-04-05 Thread ejetzer
On 5 avr, 12:36, ejetzer ejet...@gmail.com wrote: For a school project, I'm trying to make a minimalist web browser, and I chose to use Tk as the rendering toolkit. I made my parser classes into Tkinter canvases, so that I would only have to call pack and mainloop functions in order to display