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
// 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`");
};