$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Torjo (john.lists_at_[hidden])
Date: 2003-08-11 04:27:26
>
> AFAIK, some gui toolkits use not event, but callback system.
> IMHO it is more evective. Definitely it should be discussed
> carefully.
>
Aren't we talking about the same thing? ;)
In response to an event, you call an event callback.
That's what my example does - it's obfuscated indeed, but that's
because I had to tweak it to work with VC6.
Best,
John