
4 Mar
2004
4 Mar
'04
11:05 a.m.
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