Add properties
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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`");
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user