- self.setConstraintSides(self.top, wxTop, top,
- self.bottom, wxBottom, bottom,
- self.height, wxHeight, self.centreY,
- cPos.y, cSize.y, pSize.y, parent)
+ self.setConstraintSides(self.top, wx.Top, top,
+ self.bottom, wx.Bottom, bottom,
+ self.height, wx.Height, self.centreY,
+ cPos.y, cSize.height, pSize.height, parent)