git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14040
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
def OnColBeginDrag(self, event):
self.log.WriteText("OnColBeginDrag\n")
def OnColBeginDrag(self, event):
self.log.WriteText("OnColBeginDrag\n")
+ ## Show how to not allow a column to be resized
+ #if event.GetColumn() == 0:
+ # event.Veto()
+
def OnColDragging(self, event):
self.log.WriteText("OnColDragging\n")
def OnColDragging(self, event):
self.log.WriteText("OnColDragging\n")