]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
file with DoMessage() declaration (which I forgot to commit ages ago)
[wxWidgets.git] / include / wx / msw / window.h
index f1f12f0b44f13646c13c152a5ab2c182fa1e6b11..d3739f665aaffbe71748ea3cc0dea847cf950c1c 100644 (file)
@@ -148,16 +148,20 @@ public:
     virtual bool UnregisterHotKey(int hotkeyId);
 #endif // wxUSE_HOTKEY
 
     virtual bool UnregisterHotKey(int hotkeyId);
 #endif // wxUSE_HOTKEY
 
-    // implementation from now on
-    // --------------------------
-
-    // simple accessors
-    // ----------------
+    // window handle stuff
+    // -------------------
 
     WXHWND GetHWND() const { return m_hWnd; }
     void SetHWND(WXHWND hWnd) { m_hWnd = hWnd; }
     virtual WXWidget GetHandle() const { return GetHWND(); }
 
 
     WXHWND GetHWND() const { return m_hWnd; }
     void SetHWND(WXHWND hWnd) { m_hWnd = hWnd; }
     virtual WXWidget GetHandle() const { return GetHWND(); }
 
+    void AssociateHandle(WXWidget handle);
+    void DissociateHandle();
+
+
+    // implementation from now on
+    // ==========================
+
     // event handlers
     // --------------
 
     // event handlers
     // --------------