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 ) ;
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;
@end
+ @interface wxUIView : UIView
+ {
+ }
+
+ @end // wxUIView
+
void WXDLLIMPEXP_CORE wxOSXIPhoneClassAddWXMethods(Class c);
#endif