]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/life.rc
Added Create functions. They return TRUE if the file was successfully
[wxWidgets.git] / demos / life / life.rc
index 96782b26a337d440b05df40fb3d90930f5955ad2..0d8955774b02e73454a6d58ee123eca59b343f57 100644 (file)
@@ -1,6 +1,9 @@
 mondrian ICON "mondrian.ico"
 #include "wx/msw/wx.rc"
 
-reset BITMAP "bitmaps/reset.bmp"
-play  BITMAP "bitmaps/play.bmp"
-stop  BITMAP "bitmaps/stop.bmp"
+reset   BITMAP "bitmaps/reset.bmp"
+play    BITMAP "bitmaps/play.bmp"
+stop    BITMAP "bitmaps/stop.bmp"
+zoomin  BITMAP "bitmaps/zoomin.bmp"
+zoomout BITMAP "bitmaps/zoomout.bmp"
+life    BITMAP "bitmaps/life.bmp"