Add properties
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -209,6 +209,10 @@ public:
|
||||
// Get/Set the domain to be passed to the translation functions, defaults to NULL.
|
||||
wxString GetDomain() const;
|
||||
void SetDomain(const wxString& domain);
|
||||
|
||||
%property(Domain, GetDomain, SetDomain, doc="See `GetDomain` and `SetDomain`");
|
||||
%property(Flags, GetFlags, SetFlags, doc="See `GetFlags` and `SetFlags`");
|
||||
%property(Version, GetVersion, doc="See `GetVersion`");
|
||||
};
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user