X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a12b404f849a8ce2d28290899379a1f934a9af1..8168de4c791743534263e43bde4d312e88e01d65:/src/gtk/frame.cpp?ds=sidebyside diff --git a/src/gtk/frame.cpp b/src/gtk/frame.cpp index 81e73bdc1d..ccb8237a04 100644 --- a/src/gtk/frame.cpp +++ b/src/gtk/frame.cpp @@ -603,7 +603,7 @@ wxFrameGTK::~wxFrameGTK() } } -bool wxFrame::ShowFullScreen(bool show, long style ) +bool wxFrameGTK::ShowFullScreen(bool show, long style ) { if (show == m_fsIsShowing) return FALSE; // return what? @@ -1241,7 +1241,7 @@ bool wxFrameGTK::IsIconized() const return m_isIconized; } -void wxFrame::SetIconizeState(bool iconize) +void wxFrameGTK::SetIconizeState(bool iconize) { if ( iconize != m_isIconized ) {