creating new Tkinter widget classes
Laura Creighton
lac at cd.chalmers.se
Wed Jun 6 10:26:54 EDT 2001
class CapsButton(CommonWidgetMixin, Tkinter.Button):
gets me at the Tkinter.Button methods. Now I want to get at the grid
geometry method. How?
Laura
More information about the Python-list
mailing list