]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dnd.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _dnd.i
index 01a908c0319b0e496c0a967e5ab17b7a56beb4a9..aadde3843ca301d0c0f3e92ce4cd2797b5ecd8f6 100644 (file)
@@ -86,6 +86,8 @@ public:
 
     bool GiveFeedback(wxDragResult effect);
     %MAKE_BASE_FUNC(DropSource, GiveFeedback);
+
+    %property(DataObject, GetDataObject, SetData, doc="See `GetDataObject` and `SetData`");
 };
 
 
@@ -176,6 +178,10 @@ public:
     // returns default action for drag and drop or
     // 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`");
 };