> This is a multi-part message in MIME format. > --------------010009070307070708080806 > Content-Type: text/plain; charset=ISO-8859-15; format=flowed > Content-Transfer-Encoding: 7bit > > On 20.09.2010, at 13:51, paul schrieb: > > > ... in the FLTK it looks like the program reaches an end when it hits the > > return(Fl::run()); as it is the last accesible statement in Main, where is > > F1 run() executing? so there is an event handling loop running 'somewhere' > > That's exactly what it is doing in there. Handle all GUI events. It will > return only when all windows are closed (and thus the user can't create > events any more).
Hey thanks again, i will look forward to going through this, once the new events concept 'clicks' (pardon the pun) i should be at launch day in nooo time! cheers _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

