def SetPosition(self, x, y): """ Set button position @param x: X coordinate of Button in Graphic Viewer @param y: Y coordinate of Button in Graphic Viewer """ self.Position = wx.Point(x, y)