]> git.saurik.com Git - wxWidgets.git/commitdiff
Standard frame resource defines for OS/2
authorDavid Webster <Dave.Webster@bhmi.com>
Mon, 28 Feb 2000 16:02:07 +0000 (16:02 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Mon, 28 Feb 2000 16:02:07 +0000 (16:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/wxos2.h [new file with mode: 0644]

diff --git a/include/wx/os2/wxos2.h b/include/wx/os2/wxos2.h
new file mode 100644 (file)
index 0000000..c5a5835
--- /dev/null
@@ -0,0 +1,43 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wxOs2.h
+// Purpose:     OS/2 resource defines
+// Author:      David Webster
+// Modified by:
+// Created:     02/26/00
+// RCS-ID:      $Id$
+// Copyright:   (c) David Webster
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
+#ifndef _WX_OS2_H_
+#define _WX_OS2_H_
+
+//
+// These are defines of wxOS2's standard frame resources
+//
+
+#define IDR_MAIN                    1
+
+#define IDM_FILENEW              2000
+#define IDM_FILEOPEN             2001
+#define IDM_FILESAVE             2002
+#define IDM_FILESAVEAS           2003
+
+#define IDM_EDIT                 3000
+#define IDM_EDITUNDO             3001
+#define IDM_EDITCUT              3002
+#define IDM_EDITCOPY             3003
+#define IDM_EDITPASTE            3004
+#define IDM_EDITCLEAR            3005
+
+#define IDM_HELP                 8000
+#define IDM_HELPINDEX            8001
+#define IDM_HELPGENERAL          8002
+#define IDM_HELPUSINGHELP        8003
+#define IDM_HELPABOUT            8004
+
+#define IDS_OPEN                20000
+#define IDS_SAVE                20001
+
+#endif // _WX_OS2_H_
+