TKinter is driving me crazy!

Cousin Stanley CousinStanley at hotmail.com
Mon Sep 1 22:02:56 EDT 2003


|     import Tkinter as tk
|
|    class GuessWidget(tk.Frame):
|        def __init__(self, value, *args, **kw):
|
|            tk.Frame.__init__(self, *args, **kw)
| ....

Jp ....

    Thanks for posting this example script ....

    How does one change the  title
    of the sub-classed frame ????

-- 
Cousin Stanley
Human Being
Phoenix, Arizona






More information about the Python-list mailing list