Merge branch 'more-windowidref' into wxPy-4.0.x

(cherry picked from commit ada7b2fc51)
This commit is contained in:
Robin Dunn
2018-06-25 19:10:56 -07:00
parent 28bdb22c89
commit 705aa63d75
58 changed files with 337 additions and 307 deletions

View File

@@ -123,7 +123,7 @@ class TestToolBar(wx.Frame):
self.Bind(wx.EVT_TIMER, self.OnClearSB)
tb.AddSeparator()
cbID = wx.Window.NewControlId()
cbID = wx.NewIdRef()
tb.AddControl(
wx.ComboBox(