[Tutor] Python and Tkinter Programming by Grayson--New Version?

Chris Fuller cfuller084 at thinkingplanet.net
Tue Mar 17 21:01:55 CET 2009


What sets Pmw apart is the framework it provides for the creation of your own 
megawidgets.  It handles labels, forwards options from the constructor to the 
constructors of the subcomponents, forwards method calls (say your megawidget 
is descended from a Frame, but the main feature is a Scale widget), includes 
a set of standard data validators, etc.

Cheers

On Tuesday 17 March 2009 16:27, Alan Gauld wrote:
> "Chris Fuller" <cfuller084 at thinkingplanet.net> wrote
> > This book does not cover the Tix widget set, which was originally
> > created for
> > Tcl/Tk and later included with Tkinter, after this book was
> > published.  I
> > find that Pmw covers most of the problem space that Tix is suited
> > for, but a
> > beginner may have a different experience.
>
> Between the new Tkinter standard widgets (Paned Window, Spinbox etc)
> and Tix virtually everything in PMW is available in the standard
> library. and
> there are some extras not in PMW like a Grid and Tree for example.


More information about the Tutor mailing list