From: Robin Dunn Date: Thu, 9 Nov 2006 20:04:18 +0000 (+0000) Subject: GetData can only be called within the DnD operation, so don't make it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/11a9b49de9f487938312e63645c371d01fff25d0 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 --- diff --git a/wxPython/src/_dnd.i b/wxPython/src/_dnd.i index aadde3843c..9ed73d03ad 100644 --- a/wxPython/src/_dnd.i +++ b/wxPython/src/_dnd.i @@ -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`"); };