]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/core/private.h
add support for wxStrnlen for those platforms where it's available
[wxWidgets.git] / include / wx / osx / core / private.h
index 15e0f81736d96f7a8701eef60e2ca5af5e65c721..d16cbfa3fc91b087723e507f130bf9d0081e9849 100644 (file)
@@ -152,6 +152,8 @@ public :
     
     wxMenu* GetWXPeer() { return m_peer ; }
 
+    virtual void PopUp( wxWindow *win, int x, int y ) = 0;
+
     static wxMenuImpl* Create( wxMenu* peer, const wxString& title );
     static wxMenuImpl* CreateRootMenu( wxMenu* peer );
 protected :
@@ -235,6 +237,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