$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Thoughts for a GUI (Primitives) Library
From: ecyrbe (ecyrbe_at_[hidden])
Date: 2010-09-06 06:59:28
If you really want modern c++ gui programming, take a look at gtkmm.
It uses a similar implementation of signals that boost has.
It uses standard iterator paradigm everywhere it can.
There is a good implementation of utf-8 strings that mimics std::string.
The design of gtkmm is really good, far more powerfull than Qt.
The only drawback is that there are a lot of bugs on Win32 and MacOs
implementations that need to be addressed.
where to find it : http://www.gtkmm.org