RTTI simplifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,7 +76,7 @@ WX_BEGIN_PROPERTIES_TABLE(wxFont)
|
||||
WX_PROPERTY( Style, int , SetStyle, GetStyle, (int)wxNORMAL ) // wxFontStyle
|
||||
WX_PROPERTY( Weight, int , SetWeight, GetWeight, (int)wxNORMAL ) // wxFontWeight
|
||||
WX_PROPERTY( Underlined, bool , SetUnderlined, GetUnderlined, false )
|
||||
WX_PROPERTY_SET_BY_REF( Face, wxString , SetFaceName, GetFaceName, )
|
||||
WX_PROPERTY( Face, wxString , SetFaceName, GetFaceName, )
|
||||
WX_PROPERTY( Encoding, wxFontEncoding , SetEncoding, GetEncoding, wxFONTENCODING_DEFAULT )
|
||||
WX_END_PROPERTIES_TABLE()
|
||||
|
||||
|
Reference in New Issue
Block a user