]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_UXTHEME=0 (WinCE) build fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Sun, 12 Feb 2006 13:06:54 +0000 (13:06 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Sun, 12 Feb 2006 13:06:54 +0000 (13:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/notebook.h

index 2d4698f9dbae83d04090ec9e67b7f139fd6e06d3..fa7da1658c937e30612892bb5aad3cd82847d1d2 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        msw/notebook.h
+// Name:        wx/msw/notebook.h
 // Purpose:     MSW/GTK compatible notebook (a.k.a. property sheet)
 // Author:      Robert Roebling
 // Modified by: Vadim Zeitlin for Windows version
@@ -179,16 +179,16 @@ public:
 
       return true;
   }
-#endif // wxUSE_UXTHEME
-
-  // translate wxWin styles to the Windows ones
-  virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
   // return the themed brush for painting our children
   virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, WXHWND hWnd);
 
   // draw child background
   virtual bool MSWPrintChild(WXHDC hDC, wxWindow *win);
+#endif // wxUSE_UXTHEME
+
+  // translate wxWin styles to the Windows ones
+  virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
 protected:
   // common part of all ctors