]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/frame.cpp
1. added --enable-gtk2 option, check for GTK+ 2.0 disabled by default
[wxWidgets.git] / src / gtk / frame.cpp
index 81e73bdc1d7441464ac7933ae53391b0641a6a9e..ccb8237a04e672623bfdc2e28516087e92830f67 100644 (file)
@@ -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?
 
 {
     if (show == m_fsIsShowing) return FALSE; // return what?
 
@@ -1241,7 +1241,7 @@ bool wxFrameGTK::IsIconized() const
     return m_isIconized;
 }
 
     return m_isIconized;
 }
 
-void wxFrame::SetIconizeState(bool iconize)
+void wxFrameGTK::SetIconizeState(bool iconize)
 {
     if ( iconize != m_isIconized )
     {
 {
     if ( iconize != m_isIconized )
     {