You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wxWidgets use wxWindow::SetDropTarget to handle drag/drop event, to do that I need to subclass wxDropTarget but object of wxDropTarget doesn't work, i'm wondering is there a way to subclass a c++ object and export back it to c++ world properly?
The text was updated successfully, but these errors were encountered:
wxWidgets use
wxWindow::SetDropTarget
to handle drag/drop event, to do that I need to subclasswxDropTarget
butobject of wxDropTarget
doesn't work, i'm wondering is there a way to subclass a c++ object and export back it to c++ world properly?The text was updated successfully, but these errors were encountered: