]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbox.cpp
wxTreeCtrl::GetBoundRect() implemented
[wxWidgets.git] / src / motif / statbox.cpp
index 3e590bae1d455cbf034f29e441c324286bedaccd..c3cda9c6d568161f72707cc4f856ff56e77d144e 100644 (file)
@@ -182,9 +182,9 @@ wxString wxStaticBox::GetLabel() const
     }
 }
 
-void wxStaticBox::SetSize(int x, int y, int width, int height, int sizeFlags)
+void wxStaticBox::DoSetSize(int x, int y, int width, int height, int sizeFlags)
 {
-    wxControl::SetSize (x, y, width, height, sizeFlags);
+    wxControl::DoSetSize (x, y, width, height, sizeFlags);
 
     if (m_labelWidget)
     {