X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c085e333984dc079a001cd3f581aeb1f51a1f227..29f538cea2cfcbb272ca724f8dbf778207530033:/include/wx/msw/wx.rc?ds=sidebyside diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index 2b9d28e6a7..d064760b5f 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -29,7 +29,7 @@ // // -#ifdef __GNUWIN32__ +#if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__) #include #else #include @@ -40,6 +40,13 @@ // 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