mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Merge branch 'more-windowidref' into wxPy-4.0.x
(cherry picked from commit ada7b2fc51)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user