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
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
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