$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-03-04 06:05:19
David Turner wrote:
>> Aha, and that requires that all functionality is implemented
>> as standalone functions. This might be okay for clicking buttons,
>> but for custom widgets (e.g. text editor), I'd still prefer
>> subclassing.
>
> How do you propose to write custom widgets in a cross-platform manner?
By writing C++ code which draws the entire content, handles mouse clicks and
so on.
- Volodya