]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/window.cpp
Added named section 'Property development funcions'
[wxWidgets.git] / src / x11 / window.cpp
index 521a80b64afea9041fb2034fa21a758d0fb97f98..3b3c9727eb38fdde940dc4d181d1795cc69e2fb8 100644 (file)
@@ -1076,10 +1076,11 @@ int wxWindowX11::GetCharWidth() const
 #endif
 }
 
-void wxWindowX11::GetTextExtent(const wxString& string,
-                                int *x, int *y,
-                                int *descent, int *externalLeading,
-                                const wxFont *theFont) const
+void wxWindowX11::DoGetTextExtent(const wxString& string,
+                                  int *x, int *y,
+                                  int *descent,
+                                  int *externalLeading,
+                                  const wxFont *theFont) const
 {
     wxFont fontToUse = GetFont();
     if (theFont) fontToUse = *theFont;