]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wx.rc
Fixed a notebook crash and added more tests to sample.
[wxWidgets.git] / include / wx / msw / wx.rc
index a118da0480772e55b0382ec01599c8847f28a9f4..d064760b5f2e964c135e41ffc58b078888a7caab 100644 (file)
@@ -29,7 +29,7 @@
 //
 //
 
-#if defined( __GNUWIN32__ ) || defined(__MWERKS__)
+#if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
 #include <wx/msw/gnuwin32/winresrc.h>
 #else
 #include <windows.h>
 // Dummy Dialog for all wxCAPTION Dialog boxes
 //
 
+wxResizeableDialog DIALOG DISCARDABLE  34, 22, 144, 75
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
+CAPTION ""
+BEGIN
+       LTEXT "", -1,-2,-2,1,1   //necessary for __WATCOMC__
+END
+
 wxCaptionDialog DIALOG DISCARDABLE  34, 22, 144, 75
 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 CAPTION "Dummy dialog"
@@ -66,7 +73,9 @@ BEGIN
     POPUP "&Window"
     BEGIN
         MENUITEM "&Cascade",                    4002
-        MENUITEM "&Tile",                       4001
+        MENUITEM "Tile &Horizontally",          4001
+        MENUITEM "Tile &Vertically",            4005
+       MENUITEM "", -1
         MENUITEM "&Arrange Icons",              4003
         MENUITEM "&Next",                       4004
     END
@@ -105,6 +114,9 @@ WXCURSOR_BLANK          CURSOR  DISCARDABLE     "wx/msw/blank.cur"
 // Bitmaps
 //
 
+#ifdef __SALFORDC__
+wxDISABLE_BUTTON_BITMAP         BITMAP  WXINCDIR"wx/msw/disable.bmp"
+#else
 wxDISABLE_BUTTON_BITMAP         BITMAP  "wx/msw/disable.bmp"
-
+#endif