wx.NewId() --> wx.ID_ANY or wx.Window.NewControlId() as appropriate

This commit is contained in:
Robin Dunn
2018-06-19 10:31:56 -07:00
parent 83ce0c76be
commit b1b0c9e297
69 changed files with 376 additions and 376 deletions

View File

@@ -42,7 +42,7 @@ class utils_Tests(wtc.WidgetTestCase):
wx.GetMouseState()
wx.EnableTopLevelWindows(True)
wx.FindWindowAtPoint((1,1))
wx.NewId()
wx.Window.NewControlId()
wx.RegisterId(12345)
wx.GetUserName()
wx.GetUserId()