]> git.saurik.com Git - wxWidgets.git/commitdiff
more iPhone types
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 10 Jul 2009 17:31:57 +0000 (17:31 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 10 Jul 2009 17:31:57 +0000 (17:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index 18b75a8d6f4f2bc729ee202b2c28dd7d21d18cac..28daf3ef1cb5423c6faaf4bb2fcdc7b4c1888366 100644 (file)
@@ -2834,6 +2834,9 @@ typedef WX_NSOpenGLContext WXGLContext;
 DECLARE_WXCOCOA_OBJC_CLASS(UIWindow);
 DECLARE_WXCOCOA_OBJC_CLASS(UIView);
 DECLARE_WXCOCOA_OBJC_CLASS(UIFont);
+DECLARE_WXCOCOA_OBJC_CLASS(UIImage);
+DECLARE_WXCOCOA_OBJC_CLASS(UIEvent);
+DECLARE_WXCOCOA_OBJC_CLASS(NSSet);
 
 typedef WX_UIWindow WXWindow;
 typedef WX_UIView WXWidget;