I note an incorrect reference in
wxWindows 2.3: A portable C++ and Python GUI toolkit
Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al
December 7th 2001
(windows help file).
In section 'wxPanel', in 'parameters' description, in 'style' item list, there is a text:
===>
style
The window style. See wxPanel.
<===
This is a circular reference! We should wxWindows instead (which indeed contains descriptions of window styles).
···
--
Sincerely yours, Vtail <vtail@yandex.ru>.