GetTextExtent() is not virtual any more (since r60984)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-06-11 15:57:29 +00:00
parent e946566e73
commit 522c340481

View File

@@ -1489,10 +1489,11 @@ public:
@param font @param font
Font to use instead of the current window font (optional). Font to use instead of the current window font (optional).
*/ */
virtual void GetTextExtent(const wxString& string, int* w, int* h, void GetTextExtent(const wxString& string,
int* descent = NULL, int* w, int* h,
int* externalLeading = NULL, int* descent = NULL,
const wxFont* font = NULL) const; int* externalLeading = NULL,
const wxFont* font = NULL) const;
/** /**
Gets the dimensions of the string as it would be drawn on the Gets the dimensions of the string as it would be drawn on the