]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
In wxGTK2 the wxMessageDialog is not a real wxDialog so its m_widget
[wxWidgets.git] / include / wx / msw / notebook.h
index 86f64589569adcbc4aea8bd5200b44e6884258a6..6e19b04fa3aadfb85bf9c36fe15de2afa6fe795c 100644 (file)
@@ -175,8 +175,10 @@ protected:
   // set the size of the given page to fit in the notebook
   void AdjustPageSize(wxNotebookPage *page);
 
-  // override WndProc
-  virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    // override WndProc.
+#if wxUSE_UXTHEME
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+#endif
 
   // the current selection (-1 if none)
   int m_nSelection;