]> 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 dec77345e54cce44486a94e8cb39ca0d56558098..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 :