added missing impl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-07-06 14:56:30 +00:00
parent e765dc73b8
commit 2ade9eb811
2 changed files with 7 additions and 0 deletions

View File

@@ -167,6 +167,8 @@ public :
virtual bool IsFullScreen() const;
virtual bool EnableFullScreenView(bool enable);
virtual bool ShowFullScreen(bool show, long style);
virtual void RequestUserAttention(int flags);

View File

@@ -284,6 +284,11 @@ bool wxNonOwnedWindowIPhoneImpl::IsFullScreen() const
return m_macFullScreenData != NULL ;
}
bool wxNonOwnedWindowIPhoneImpl::EnableFullScreenView(bool WXUNUSED(enable))
{
return true;
}
bool wxNonOwnedWindowIPhoneImpl::ShowFullScreen(bool show, long style)
{
return true;