$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Turner (dkturner_at_[hidden])
Date: 2004-08-19 12:32:00
> I am currently designing a GUI framework in C++ (initially
> targeting the
> Windows platform) that uses a model similar to that which
> Java uses in it's
> AWT and Swing libraries. Specifically:
[snip]
> I would appreciate comments and ideas as to what people would
> like out of a
> GUI framework, especially one that will be multi-platform.
>
Boost-style C++ GUI library utilizing boost::signals and with a nice way
of handling message loops:
Regards
David Turner