[Tutor] GUI component (fwd)
Danny Yoo
dyoo at hkn.eecs.berkeley.edu
Fri Apr 30 18:42:32 EDT 2004
[I'm forwarding Bintang's request to tutor at python.org. I currently don't
have Tkinter installed on my laptop, so I can't show Bintang an example
PMW install. Can anyone else help? Thanks!]
---------- Forwarded message ----------
Date: Fri, 30 Apr 2004 03:26:40 -0700 (PDT)
From: bintang kurniawan <bintangkurniawan at yahoo.com>
To: Danny Yoo <dyoo at hkn.eecs.berkeley.edu>
Subject: Re: [Tutor] GUI component
thank you for your guide,
i have the file but icant install (load) it to my python
please give advise
thanks,
rgds,
bintang
Danny Yoo <dyoo at hkn.eecs.berkeley.edu> wrote:
On Thu, 22 Apr 2004, bintang kurniawan wrote:
> im new beginer in python laguage, and would like to now more on GUI
> programming (TK inter). my question is :
Hi Bintang,
Ah! Ok, there's a lot of tutorials on Tkinter here:
http://www.python.org/topics/tkinter/doc.html
> 1. how to inherrit component and add some additional function to it.
The example here:
http://www.python.org/doc/current/lib/node633.html
shows how to inherit from a Tkinter frame; we can do the same extension to
other widgets by inheritance.
> 2. where can i find Combobox and DataGrid component? and how to install
> to the python environtment?
Those two widgets are part of an Tkinter extention called the Python
Megawidgets (PMW). You can find the PMW here:
http://pmw.sourceforge.net/
If you have more questions, please feel free to ask!
---------------------------------
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
More information about the Tutor
mailing list