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