X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff9f7a12ff963859ef4928809f2296fa4fc4afd6..0a7fd06a093ab7690a2a733aee8506eb26d8c417:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index 8252941296..fe7d74ea05 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -1018,6 +1018,10 @@ public: // is only used for wxWin itself or for user code which wants to call // platform-specific APIs virtual WXWidget GetHandle() const = 0; + // associate the window with a new native handle + virtual void AssociateHandle(WXWidget WXUNUSED(handle)) { } + // dissociate the current native handle from the window + virtual void DissociateHandle() { } #if wxUSE_PALETTE // Store the palette used by DCs in wxWindow so that the dcs can share