Class for custom Tkinter widget--difficulty

2007-09-17 Thread Kevin Walzer
I'm trying to create a custom Tkinter widget class, and I'm having some difficulty getting it set up properly. The class is called MacToolbar, saved in its own module MacToolbar.py, and imported with this statement: import MacToolbar Here is the relevant portion of the class: ###relev

Re: Class for custom Tkinter widget--difficulty

2007-09-17 Thread Gabriel Genellina
En Mon, 17 Sep 2007 17:11:03 -0300, Kevin Walzer <[EMAIL PROTECTED]> escribi�: > I'm trying to create a custom Tkinter widget class, and I'm having some > difficulty getting it set up properly. > > The class is called MacToolbar, saved in its own module MacToolbar.py, > and imported with this st