$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Johannes Brunen (jbrunen_at_[hidden])
Date: 2004-08-19 03:12:49
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