-        wxStaticText(self, -1, "This is a timer example",
-                               wxPoint(15, 30))
-
-        wxButton(self, ID_Start, ' Start ', wxPoint(15, 75), wxDefaultSize)
-        wxButton(self, ID_Stop, ' Stop ', wxPoint(115, 75), wxDefaultSize)
+        wx.StaticText(self, -1, "This is a timer example", (15, 30))
+        wx.Button(self, ID_Start, ' Start ', (15, 75), wx.DefaultSize)
+        wx.Button(self, ID_Stop, ' Stop ', (115, 75), wx.DefaultSize)