
19 Aug
2004
19 Aug
'04
10:12 a.m.
Hi, Edward Diener wrote:
Why not use boost::signals for your event interface. It is much better than hand-coded actions and listeners, since any type of function can handle an event. The technology is already in Boost so why re-invent the wheel. I would like to emphazise this. I use the boost signal library for handling the tree view control and list view control events in an extension of the Zinc gui library. It works pretty well.
Johannes