X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80a58c9968cc740b50fb92cd95d6a014a1c6e9bf..bfb9ee966d5d1f29e49f38e340812ade4b3cc956:/include/wx/msw/wx.rc?ds=sidebyside diff --git a/include/wx/msw/wx.rc b/include/wx/msw/wx.rc index f3da9b212c..ed4164b831 100644 --- a/include/wx/msw/wx.rc +++ b/include/wx/msw/wx.rc @@ -41,7 +41,7 @@ // wxResizeableDialog DIALOG DISCARDABLE 34, 22, 144, 75 -STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME +STYLE DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU | WS_THICKFRAME CAPTION "" BEGIN #ifdef __WATCOMC__ @@ -115,12 +115,22 @@ WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur" //wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico" //wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.ico" -// Standard icons -wxICON_QUESTION ICON "wx/msw/question.ico" -wxICON_WARNING ICON "wx/msw/warning.ico" -wxICON_ERROR ICON "wx/msw/error.ico" -wxICON_INFO ICON "wx/msw/info.ico" -wxICON_TIP ICON "wx/msw/tip.ico" +// Standard large icons +wxICON_QUESTION ICON "wx/msw/question.ico" +wxICON_WARNING ICON "wx/msw/warning.ico" +wxICON_ERROR ICON "wx/msw/error.ico" +wxICON_INFO ICON "wx/msw/info.ico" +wxICON_TIP ICON "wx/msw/tip.ico" + +// Standard small icons +wxICON_SMALL_CLOSED_FOLDER ICON "wx/msw/folder1.ico" +wxICON_SMALL_OPEN_FOLDER ICON "wx/msw/folder2.ico" +wxICON_SMALL_FILE ICON "wx/msw/file1.ico" +wxICON_SMALL_COMPUTER ICON "wx/msw/computer.ico" +wxICON_SMALL_DRIVE ICON "wx/msw/drive.ico" +wxICON_SMALL_CDROM ICON "wx/msw/cdrom.ico" +wxICON_SMALL_FLOPPY ICON "wx/msw/floppy.ico" +wxICON_SMALL_REMOVEABLE ICON "wx/msw/removble.ico" ////////////////////////////////////////////////////////////////////////////// // @@ -138,10 +148,9 @@ wxDISABLE_BUTTON_BITMAP BITMAP "wx/msw/disable.bmp" tick_bmp BITMAP "wx/msw/tick.bmp" cross_bmp BITMAP "wx/msw/cross.bmp" -// For src/generic/plot.cpp -plot_up.bmp BITMAP "wx/msw/plot_up.bmp" -plot_dwn.bmp BITMAP "wx/msw/plot_dwn.bmp" -plot_enl.bmp BITMAP "wx/msw/plot_enl.bmp" -plot_shr.bmp BITMAP "wx/msw/plot_shr.bmp" -plot_zin.bmp BITMAP "wx/msw/plot_zin.bmp" -plot_zot.bmp BITMAP "wx/msw/plot_zot.bmp" +// For wxContextHelpButton +csquery BITMAP "wx/msw/csquery.bmp" + +// For obtaining the RGB values of standard colours +wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp" +