Python/Windows question (GUI)

bryce thecrow at cyberdude.com
Wed Apr 21 19:27:25 EDT 1999


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




More information about the Python-list mailing list