how to close all windows in my toplevel

M

Mel

i have a frame with 3 windows and i want to shut them down

window.close() only works for one. how can i close all of them ?

thanks
Mel
 
K

kaeli

i have a frame with 3 windows and i want to shut them down

window.close() only works for one. how can i close all of them ?

top.close()

Note security confirmation box will fire.

--
 
T

Thomas 'PointedEars' Lahn

Mel said:
i have a frame with 3 windows and i want to shut them down

window.close() only works for one. how can i close all of them ?

parent.close();

Please read the FAQ before posting again.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top