]> git.saurik.com Git - wxWidgets.git/commitdiff
having common API for mapping between native and wx tlw type
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Apr 2010 14:55:42 +0000 (14:55 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Apr 2010 14:55:42 +0000 (14:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/core/private.h

index 254681868221d3394f3b662157864f2213faddcd..be5d4cee80809d14e8a6640292f27825a1650dbd 100644 (file)
@@ -795,6 +795,13 @@ public :
     
     wxNonOwnedWindow*   GetWXPeer() { return m_wxPeer; }
 
+    static wxNonOwnedWindowImpl*
+                FindFromWXWindow(WXWindow window);
+    
+    static void  RemoveAssociations( wxNonOwnedWindowImpl* impl);
+    
+    static void  Associate( WXWindow window, wxNonOwnedWindowImpl *impl );
+    
     // static creation methods, must be implemented by all toolkits
 
     static wxNonOwnedWindowImpl* CreateNonOwnedWindow( wxNonOwnedWindow* wxpeer, wxWindow* parent, WXWindow native) ;