[Tutor] TKinter Question

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Tue Nov 8 23:34:42 CET 2005



> On 08/11/05, Rob Dowell <rob at customdatasoft.com> wrote:
> > Just a quick TKinter question. Is it possible to have custom
> > frames/widgets? In other words can I customize the way that the GUI
> > looks (i.e. rounded corners on the frames, beveled/raised edges, etc.) I
> > was just wondering if it was possible and if it is possible then where I
> > might get some information on how to do it. Thank you very much, Rob.
>
> Have you looked at the options for the frame class? Eg, Frame(parent,
> borderwidth=2, relief=RIDGE)


Hi Rob,

Also, some people have written some custom widget classes as part of the
Python Megawidgets project:

    http://pmw.sourceforge.net/

But it sounds more like you might be interested in things like skinning;
unfortunately, I don't know too much about that.

Best of wishes to you!



More information about the Tutor mailing list