standard icons for msg boxes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
BIN
include/wx/msw/error.ico
Normal file
BIN
include/wx/msw/error.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 766 B |
BIN
include/wx/msw/info.ico
Normal file
BIN
include/wx/msw/info.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 766 B |
BIN
include/wx/msw/question.ico
Normal file
BIN
include/wx/msw/question.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 766 B |
BIN
include/wx/msw/warning.ico
Normal file
BIN
include/wx/msw/warning.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 766 B |
@@ -25,14 +25,14 @@
|
|||||||
// LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
|
// LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
|
||||||
// DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
|
// DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
|
||||||
// THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
// THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
//
|
||||||
|
// Version: $Id$
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
#if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
|
#if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
|
||||||
#include <wx/msw/gnuwin32/winresrc.h>
|
#include <wx/msw/gnuwin32/winresrc.h>
|
||||||
#else
|
#else
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
@@ -109,6 +109,12 @@ WXCURSOR_BLANK CURSOR DISCARDABLE "wx/msw/blank.cur"
|
|||||||
//wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico"
|
//wxDEFAULT_MDIPARENTFRAME ICON "wx/msw/mdi.ico"
|
||||||
//wxDEFAULT_MDICHILDFRAME ICON "wx/msw/child.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"
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Bitmaps
|
// Bitmaps
|
||||||
|
Reference in New Issue
Block a user