]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/window.cpp
Added wxMSW wxBitmapComboBox::DoGetBestSize(), which takes bitmap size into account.
[wxWidgets.git] / src / mgl / window.cpp
index 6c2603cc69ec5523f210c39be67b300544b5ee3e..f9a1505ff3a0d625d6340f282728cfd35b4ee660 100644 (file)
@@ -1079,10 +1079,11 @@ int wxWindowMGL::GetCharWidth() const
     return dc.GetCharWidth();
 }
 
-void wxWindowMGL::GetTextExtent(const wxString& string,
-                             int *x, int *y,
-                             int *descent, int *externalLeading,
-                             const wxFont *theFont) const
+void wxWindowMGL::DoGetTextExtent(const wxString& string,
+                                  int *x, int *y,
+                                  int *descent,
+                                  int *externalLeading,
+                                  const wxFont *theFont) const
 {
     wxScreenDC dc;
     if (!theFont)