wasm-demo/demo/ermis-f/python_m/cur/0518

28 lines
579 B
Plaintext

From: thecrow at cyberdude.com (bryce)
Date: Wed, 21 Apr 1999 23:27:25 GMT
Subject: Python/Windows question (GUI)
Message-ID: <371e5e52.6580435@news.prodigy.net>
X-UID: 518
I have a window class instance.
For example:
x = Window ( "hey there")
x.show ()
I think I am having some trouble when the window closes
with the window object being freed.
I want the object to be destroyed regardless of how many
references there are to it when the WM_DESTROY message
is received.
Any help is *much* appreciated.
Thanks.
Bryce