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:
@@ -179,7 +179,6 @@ public:
|
|||||||
// wxDragNone if this not specified
|
// wxDragNone if this not specified
|
||||||
wxDragResult GetDefaultAction();
|
wxDragResult GetDefaultAction();
|
||||||
|
|
||||||
%property(Data, GetData, doc="See `GetData`");
|
|
||||||
%property(DataObject, GetDataObject, SetDataObject, doc="See `GetDataObject` and `SetDataObject`");
|
%property(DataObject, GetDataObject, SetDataObject, doc="See `GetDataObject` and `SetDataObject`");
|
||||||
%property(DefaultAction, GetDefaultAction, SetDefaultAction, doc="See `GetDefaultAction` and `SetDefaultAction`");
|
%property(DefaultAction, GetDefaultAction, SetDefaultAction, doc="See `GetDefaultAction` and `SetDefaultAction`");
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user