ifacecheck fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-11-08 15:25:07 +00:00
parent 408776d034
commit 2681874846
4 changed files with 9 additions and 7 deletions

View File

@@ -401,7 +401,7 @@ public:
@see SetFamily()
*/
wxFontFamily GetFamily() const;
virtual wxFontFamily GetFamily() const;
/**
Returns the platform-dependent string completely describing this font.
@@ -437,7 +437,7 @@ public:
@see SetStyle()
*/
wxFontStyle GetStyle() const;
virtual wxFontStyle GetStyle() const;
/**
Returns @true if the font is underlined, @false otherwise.
@@ -451,7 +451,7 @@ public:
@see SetWeight()
*/
wxFontWeight GetWeight() const;
virtual wxFontWeight GetWeight() const;
/**
Returns @true if the font is a fixed width (or monospaced) font,
@@ -596,7 +596,7 @@ public:
@see GetUnderlined()
*/
void SetUnderlined(const bool underlined);
virtual void SetUnderlined(bool underlined);
/**
Sets the font weight.