Joseph wrote: > I have a class which creates a new window whenever a function is run, > but when a button is clicked, i want the window that the button was on > to be closed. How do i do this?
Tell the first window to hide() itself as part of the button's
callback.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

