]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mfc/mfctest.h
New moddef file
[wxWidgets.git] / samples / mfc / mfctest.h
index 038a08cad26361e0ec5445d3475660a5869d24cb..f95a27c03c49bf2cfadc39925e390250a6792694 100644 (file)
 class CMainWindow : public CFrameWnd
 {
 public:
-       CMainWindow();
+    CMainWindow();
 
-       //{{AFX_MSG( CMainWindow )
-       afx_msg void OnPaint();
-       afx_msg void OnAbout();
-       afx_msg void OnTest();
-       //}}AFX_MSG
+    //{{AFX_MSG( CMainWindow )
+    afx_msg void OnPaint();
+    afx_msg void OnAbout();
+    afx_msg void OnTest();
+    //}}AFX_MSG
 
-       DECLARE_MESSAGE_MAP()
+    DECLARE_MESSAGE_MAP()
 };
 
 // A dummy CWnd pointing to a wxWindow's HWND
@@ -52,7 +52,7 @@ class CDummyWindow: public CWnd
 class CTheApp : public CWinApp
 {
 public:
-       BOOL InitInstance();
+    BOOL InitInstance();
     int ExitInstance();
 
     // Override this to provide wxWindows message loop