]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/frame.cpp
Corrected tree ctrl behaviour.
[wxWidgets.git] / src / gtk / frame.cpp
index a0c6bb403fcc13d16ff8f85a27173b7478dbb1f2..365f857639e55869b350db9cfb9a8edd8a4673ca 100644 (file)
@@ -538,11 +538,11 @@ void wxFrame::Centre( int direction )
     Move( x, y );
 }
 
-void wxFrame::GetClientSize( int *width, int *height ) const
+void wxFrame::DoGetClientSize( int *width, int *height ) const
 {
     wxASSERT_MSG( (m_widget != NULL), _T("invalid frame") );
 
-    wxWindow::GetClientSize( width, height );
+    wxWindow::DoGetClientSize( width, height );
     if (height)
     {
         /* menu bar */