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:
Robin Dunn
2002-05-27 17:53:58 +00:00
parent d42e29c26f
commit 44e50dc1ad

View File

@@ -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"