X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..4cb0e8d05cadea6be3a7bd93f1fea9a9e0df95f0:/include/wx/osx/iphone/private.h diff --git a/include/wx/osx/iphone/private.h b/include/wx/osx/iphone/private.h index b4c25709a5..5db08c64aa 100644 --- a/include/wx/osx/iphone/private.h +++ b/include/wx/osx/iphone/private.h @@ -125,7 +125,7 @@ public : virtual ~wxNonOwnedWindowIPhoneImpl(); - virtual void Destroy() ; + virtual void WillBeDestroyed() ; void Create( wxWindow* parent, const wxPoint& pos, const wxSize& size, long style, long extraStyle, const wxString& name ) ; @@ -169,6 +169,9 @@ public : virtual void WindowToScreen( int *x, int *y ); + // FIXME: Does iPhone have a concept of inactive windows? + virtual bool IsActive() { return true; } + wxNonOwnedWindow* GetWXPeer() { return m_wxPeer; } protected : WX_UIWindow m_macWindow; @@ -192,6 +195,12 @@ protected : @end + @interface wxUIView : UIView + { + } + + @end // wxUIView + void WXDLLIMPEXP_CORE wxOSXIPhoneClassAddWXMethods(Class c); #endif