add more properties
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -182,6 +182,10 @@ public:
|
||||
int GetCount() const;
|
||||
%pythoncode { GetNoHistoryFiles = GetCount }
|
||||
|
||||
%property(Count, GetCount, doc="See `GetCount`");
|
||||
%property(HistoryFile, GetHistoryFile, doc="See `GetHistoryFile`");
|
||||
%property(MaxFiles, GetMaxFiles, doc="See `GetMaxFiles`");
|
||||
%property(NoHistoryFiles, GetNoHistoryFiles, doc="See `GetNoHistoryFiles`");
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user