Add properties

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-26 00:26:35 +00:00
parent 4627af27d4
commit e70b4d2db9
50 changed files with 1799 additions and 249 deletions

View File

@@ -258,6 +258,16 @@ public:
// helper
wxFileSystem& GetCurFileSystem();
%property(Class, GetClass, doc="See `GetClass`");
%property(CurFileSystem, GetCurFileSystem, doc="See `GetCurFileSystem`");
%property(ID, GetID, doc="See `GetID`");
%property(Instance, GetInstance, doc="See `GetInstance`");
%property(Name, GetName, doc="See `GetName`");
%property(Node, GetNode, doc="See `GetNode`");
%property(Parent, GetParent, doc="See `GetParent`");
%property(ParentAsWindow, GetParentAsWindow, doc="See `GetParentAsWindow`");
%property(Resource, GetResource, doc="See `GetResource`");
};