]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
missing const added (patch 1295036)
[wxWidgets.git] / include / wx / msw / window.h
index 10e33d8b1c180351b2c68391acadb37f86043224..8f549b94d646a7acd43f575a452f1d8ebedd7ed5 100644 (file)
 // headers
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "window.h"
-#endif
-
 // [at least] some version of Windows send extra mouse move messages after
 // a mouse click or a key press - to temporarily fix this problem, set the
 // define below to 1
@@ -491,6 +487,9 @@ protected:
     // the background, false otherwise (i.e. the system should erase it)
     bool DoEraseBackground(WXHDC hDC);
 
+    // generate WM_UPDATEUISTATE if it's needed for the OS we're running under
+    void MSWUpdateUIState();
+
 private:
     // common part of all ctors
     void Init();