From 11a9b49de9f487938312e63645c371d01fff25d0 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 9 Nov 2006 20:04:18 +0000 Subject: [PATCH] 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 --- wxPython/src/_dnd.i | 1 - 1 file changed, 1 deletion(-) 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`"); }; -- 2.50.0