adding iphone code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-03-29 20:48:05 +00:00
parent 421bb0184e
commit b4ff8b3e4e
4 changed files with 99 additions and 22 deletions

View File

@@ -161,7 +161,8 @@ public:
#if wxOSX_USE_IPHONE
WX_UIFont OSXGetUIFont() const;
static WX_NSFont OSXCreateUIFont(wxOSXSystemFont font, wxNativeFontInfo* info);
static WX_UIFont OSXCreateUIFont(wxOSXSystemFont font, wxNativeFontInfo* info);
static WX_UIFont OSXCreateUIFont(const wxNativeFontInfo* info);
#endif
protected: