]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
fix virtual function hiding for LoadFile(); replace a few more longs with wxBitmapTypes
[wxWidgets.git] / include / wx / osx / core / private.h
index 15e0f81736d96f7a8701eef60e2ca5af5e65c721..dec77345e54cce44486a94e8cb39ca0d56558098 100644 (file)
@@ -235,6 +235,8 @@ 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