Re: Tkinter inheritance mess?

2010-04-07 Thread ejetzer
On 5 avr, 22:32, Lie Ryan wrote: > On 04/06/10 02:38, ejetzer wrote: > > > > > On 5 avr, 12:36, ejetzer 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 cl

Re: Tkinter inheritance mess?

2010-04-05 Thread ejetzer
On 5 avr, 12:36, ejetzer 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 ord

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 p