mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
wx.NewId() --> wx.ID_ANY or wx.Window.NewControlId() as appropriate
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user