> 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.
i have tried that but how do i reference the windows pointer, i cant just do hide(); _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

