Guest User

Untitled

a guest
May 21st, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. self.Bind(gridlib.EVT_GRID_RANGE_SELECT, self.OnSelectRange)
  2.  
  3. def OnSelectRange(self, evt):
  4. print "on select range", evt.GetTopLeftCoords(), evt.GetBottomRightCoords()
Add Comment
Please, Sign In to add comment