GetData can only be called within the DnD operation, so don't make it

a property to protect it from beign called by object browsers


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-09 20:04:18 +00:00
parent 3a9f64b77e
commit 11a9b49de9

View File

@@ -179,7 +179,6 @@ public:
// wxDragNone if this not specified
wxDragResult GetDefaultAction();
%property(Data, GetData, doc="See `GetData`");
%property(DataObject, GetDataObject, SetDataObject, doc="See `GetDataObject` and `SetDataObject`");
%property(DefaultAction, GetDefaultAction, SetDefaultAction, doc="See `GetDefaultAction` and `SetDefaultAction`");
};