MacArthur, Ian (SELEX GALILEO, UK) wrote: >> Here's the sentence: "FLTK follows very simple and unchangeable rules >> for sending events." >> >> "Very" simple no less, that's what really got my goat :) > > I'm thinking that "very simple" in a kind of relative way... > Compared to some other toolkits... :-)
It was simple once upon a time... Events just went to the window and it could send them to it's children. 0 returned meant the child did not eat the event so the parent took it. Getting keystrokes to act like other toolkits made it more complicated, though. Keystrokes are basically sent directly to the widget that should get them. I still feel that avoiding "interests" or event masks is keeping it simpler than other toolkits. > > > There's been a lot of good stuff in this thread - is there some way this > can be captured and fed into the docs. If we are opening things up for > the new series, now's the time... > > > > > > SELEX Sensors and Airborne Systems Limited > Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 > 3EL > A company registered in England & Wales. Company no. 02426132 > ******************************************************************** > This email and any attachments are confidential to the intended > recipient and may also be privileged. If you are not the intended > recipient please delete it from your system and notify the sender. > You should not copy it or use it for any purpose nor disclose or > distribute its contents to any other person. > ******************************************************************** > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

