more properties
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -278,6 +278,14 @@ public:
|
||||
// hopefully be understood by the user)
|
||||
bool FromUserString(const wxString& s);
|
||||
wxString ToUserString() const;
|
||||
|
||||
%property(Encoding, GetEncoding, SetEncoding, doc="See `GetEncoding` and `SetEncoding`");
|
||||
%property(FaceName, GetFaceName, SetFaceName, doc="See `GetFaceName` and `SetFaceName`");
|
||||
%property(Family, GetFamily, SetFamily, doc="See `GetFamily` and `SetFamily`");
|
||||
%property(PointSize, GetPointSize, SetPointSize, doc="See `GetPointSize` and `SetPointSize`");
|
||||
%property(Style, GetStyle, SetStyle, doc="See `GetStyle` and `SetStyle`");
|
||||
%property(Underlined, GetUnderlined, SetUnderlined, doc="See `GetUnderlined` and `SetUnderlined`");
|
||||
%property(Weight, GetWeight, SetWeight, doc="See `GetWeight` and `SetWeight`");
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user