]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
fixed displaying text in non default charset in the richedit control
[wxWidgets.git] / include / wx / msw / window.h
index 4e9bc75585d0aba0aeedccc59e5190792c3b2c0e..08a5040efd975b595fb965e346210b4df4aa345c 100644 (file)
 // a better solution should be found later...
 #define wxUSE_MOUSEEVENT_HACK 0
 
+#include "wx/hash.h"
+
+// pseudo-template HWND <-> wxWindow hash table
+WX_DECLARE_HASH(wxWindow, wxWindowList, wxWinHashTable);
+
+extern wxWinHashTable *wxWinHandleHash;
+
 // ---------------------------------------------------------------------------
 // constants
 // ---------------------------------------------------------------------------
@@ -188,7 +195,6 @@ FUNCTION IS NOW A MEMBER OF wxFrame - gt
     // event handlers
     // --------------
 
-    void OnSetFocus(wxFocusEvent& event);
     void OnEraseBackground(wxEraseEvent& event);
     void OnIdle(wxIdleEvent& event);
     void OnPaint(wxPaintEvent& event);