added As/DissociateHandle() and implemented it for MSW (modified patch 972356)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user