///////////////////////////////////////////////////////////////////////////////
-// Name: src/univ/window.cpp
+// Name: src/univ/winuniv.cpp
// Purpose: implementation of extra wxWindow methods for wxUniv port
// Author: Vadim Zeitlin
// Modified by:
return wxWindowNative::DoGetBestSize();
}
+wxSize wxWindow::DoGetBorderSize() const
+{
+ return AdjustSize(wxSize(0, 0));
+}
+
wxSize wxWindow::AdjustSize(const wxSize& size) const
{
wxSize sz = size;