]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
fix compilation without wxUSE_FILESYSTEM (closes #10114)
[wxWidgets.git] / include / wx / osx / core / private.h
index fd50f3b047866fbdbc4707750d79223115bdf9c3..dec77345e54cce44486a94e8cb39ca0d56558098 100644 (file)
@@ -235,7 +235,18 @@ public :
     // is the clicked event sent AFTER the state already changed, so no additional
     // state changing logic is required from the outside
     virtual bool        ButtonClickDidStateChange() = 0;
+    
+    virtual void        InstallEventHandler( WXWidget control = NULL ) = 0;
+
+    // static methods for associating native controls and their implementations
 
+    static wxWidgetImpl* 
+                        FindFromWXWidget(WXWidget control);
+    
+    static void         RemoveAssociations( wxWidgetImpl* impl);
+    
+    static void         Associate( WXWidget control, wxWidgetImpl *impl );
+    
     // static creation methods, must be implemented by all toolkits
     
     static wxWidgetImplType*    CreateUserPane( wxWindowMac* wxpeer,