wxWidgets/samples/treectrl/treetest.rc
Vadim Zeitlin 74b31181b3 1. Implemented support for different icons for different states (expanded,
selected, combination of them) for the tree control (and doc'd it)
2. removed code which was sending extra event if wxFrame::SetSize() was
   used
3. important changes to wxWizard interface
4. small compilation corrections


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-09-29 22:47:56 +00:00

18 lines
458 B
Plaintext

mondrian ICON "mondrian.ico"
aaaa ICON "mondrian.ico"
#include "wx/msw/wx.rc"
icon1 ICON "bitmaps\\file1.ico"
icon2 ICON "bitmaps\\file2.ico"
icon3 ICON "bitmaps\\folder1.ico"
icon4 ICON "bitmaps\\folder2.ico"
icon5 ICON "bitmaps\\folder3.ico"
bitmap1 BITMAP "bitmaps\\file1.bmp"
bitmap2 BITMAP "bitmaps\\file2.bmp"
bitmap3 BITMAP "bitmaps\\folder1.bmp"
bitmap4 BITMAP "bitmaps\\folder2.bmp"
bitmap5 BITMAP "bitmaps\\folder3.bmp"