Use wxGenericImageList for wxMSW/wxUniv now; this

allows us to remove the MSW-specific code in wxUniv's wxNotebook
(maybe elsewhere?)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-08-18 22:42:58 +00:00
parent 7be6137a8c
commit c482b99ec9
6 changed files with 63 additions and 56 deletions

View File

@@ -48,6 +48,8 @@ toolkit.
a) Using Visual C++ 6.0
Simply open the src/wxUniv.dsw file in DevStudio and build it.
Then open the widgetsUniv.dsp file in samples/widgets to build
the widgets sample.
b) Cygwin