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:
parent
e946566e73
commit
522c340481
@ -1489,10 +1489,11 @@ public:
|
||||
@param font
|
||||
Font to use instead of the current window font (optional).
|
||||
*/
|
||||
virtual void GetTextExtent(const wxString& string, int* w, int* h,
|
||||
int* descent = NULL,
|
||||
int* externalLeading = NULL,
|
||||
const wxFont* font = NULL) const;
|
||||
void GetTextExtent(const wxString& string,
|
||||
int* w, int* h,
|
||||
int* descent = NULL,
|
||||
int* externalLeading = NULL,
|
||||
const wxFont* font = NULL) const;
|
||||
|
||||
/**
|
||||
Gets the dimensions of the string as it would be drawn on the
|
||||
|
Loading…
Reference in New Issue
Block a user