I tried a little change
self.Frame2 = Pmw.ScrolledFrame(self)
will remain as it is, but change the button instantiation to
self.Button2 = Button(self.Frame2.interior())
this can be found in Pmw docs. See "Extending Pmw megawidgets" at http://pmw.sourceforge.net/doc/howtouse.html
Martin Franklin <[EMAIL PROTECTED]> wrote:
> self.Frame2 = Pmw.ScrolledFrame(self).interior()
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss