- wxStaticText(self, -1, "This example uses the wxSpinCtrl control.",
- wxPoint(45, 15))
-
- sc = wxSpinCtrl(self, -1, "", wxPoint(30, 50), wxSize(80, -1))
+ wx.StaticText(self, -1, "This example uses the wxSpinCtrl control.", (45, 15))
+ sc = wx.SpinCtrl(self, -1, "", (30, 50), (80, -1))