def OnMovePost(self, dc, x, y, oldX, oldY, display):
def OnMovePost(self, dc, x, y, oldX, oldY, display):
ogl.ShapeEvtHandler.OnMovePost(self, dc, x, y, oldX, oldY, display)
ogl.ShapeEvtHandler.OnMovePost(self, dc, x, y, oldX, oldY, display)
def OnRightClick(self, *dontcare):
self.log.WriteText("%s\n" % self.GetShape())
def OnRightClick(self, *dontcare):
self.log.WriteText("%s\n" % self.GetShape())
s.SetBitmap(bmp)
self.MyAddShape(s, 225, 130, None, None, "Bitmap")
s.SetBitmap(bmp)
self.MyAddShape(s, 225, 130, None, None, "Bitmap")