> On 08/11/05, Rob Dowell <[EMAIL PROTECTED]> 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!

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to