Interestingly, using the exact same code on Linux with wxWidgets 2.8
produces the expected behavior: a folder icon for "Book 2". At first,
then, I thought that the WinXP operating system was somehow overriding
the wxWidgets application. This conjecture was bolstered by the
documentation of the alternative option
wxHF_ICONS_BOOK,
which states that the behavior I'm observing on WinXP "is how
Microsoft's HTML help viewer behaves." And, perhaps having Microsoft
HTML Help Workshop installed didn't help matters. However, the
wxWidgets application Audacity 1.2.6 is also installed on this computer,
yet its help window shows folder icons for secondary nodes even though
the Audacity source code (viz., src\Help.cpp) apparently does nothing
substantially different than the wxWidgets sample.
Can anyone explain to me why the wxWidgets sample doesn't show a folder
icon for its secondary node--and, how to make it so? (I'm betting that
the explanation will be pretty simple. :-) )
Jerome
Jerome