[Tkinter-discuss] Framed

Mohammad Tayseer m_tayseer82 at yahoo.com
Mon Apr 3 13:26:16 CEST 2006


Martin's code didn't work, at least on my machine (Win XP). 
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 <mfranklin1 at gatwick.westerngeco.slb.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tkinter-discuss/attachments/20060403/7afefa7b/attachment.html 


More information about the Tkinter-discuss mailing list