$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Torjo (john.lists_at_[hidden])
Date: 2004-09-24 11:48:05
Thomas Witt wrote:
> David Abrahams wrote:
>
>> Reece Dunn <msclrhd_at_[hidden]> writes:
>>
>>> [1] Support constructor-based window creation, e.g.:
>>>
>>> frame.add( new gui::button( "Boost!" ));
>>
>>
>>
>> Get rid of the new operator, though. IMO there's no excuse for a GUI
>> framework to expose users to unmanaged resources.
>
>
> Hmm, do you know of a C++ GUI framework that gets this right?
>
I guess mine ;)
But it's Windows-only.
Best,
John
-- John Torjo -- john_at_[hidden] Contributing editor, C/C++ Users Journal -- "Win32 GUI Generics" -- generics & GUI do mix, after all -- http://www.torjo.com/win32gui/ -- v1.4 - save_dlg - true binding of your data to UI controls! + easily add validation rules (win32gui/examples/smart_dlg)