Added a bit of test code (commented out)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,6 +60,11 @@ class MySTC(wxStyledTextCtrl):
|
||||
EVT_STC_START_DRAG(self, ID, self.OnStartDrag)
|
||||
EVT_STC_MODIFIED(self, ID, self.OnModified)
|
||||
|
||||
## EVT_WINDOW_DESTROY(self, self.OnDestroy)
|
||||
## def OnDestroy(self, evt):
|
||||
## wxTheClipboard.Flush()
|
||||
## evt.Skip()
|
||||
|
||||
|
||||
def OnStartDrag(self, evt):
|
||||
self.log.write("OnStartDrag: %d, %s\n"
|
||||
|
Reference in New Issue
Block a user