> >>> help(Tkinter.Button.configure)
>
> Help on method configure in module Tkinter:
>
> configure(self, cnf=None, **kw) unbound Tkinter.Button method
>     Configure resources of a widget.
>
>     The values for resources are specified as keyword
>     arguments. To get an overview about
>     the allowed keyword arguments call the method keys.
>
>
> Try it on your own!  As a rule, stay away from methods that start with
> an underscore.
Thanks for the fast response. This was exactly what I was looking for. One 
last question how would I 'call the method keys'. from the example above.
-- 
Paul Kraus
=-=-=-=-=-=-=-=-=-=-=
PEL Supply Company
Network Administrator
216.267.5775 Voice
216.267.6176 Fax
www.pelsupply.com
=-=-=-=-=-=-=-=-=-=-=
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to