mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Fix ComboCtrl documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
comboCtrl = wx.ComboCtrl(self, wx.ID_ANY, "")
|
||||
|
||||
popupCtrl = wx.ListViewComboPopup()
|
||||
popupCtrl = ListViewComboPopup()
|
||||
|
||||
# It is important to call SetPopupControl() as soon as possible
|
||||
comboCtrl.SetPopupControl(popupCtrl)
|
||||
|
||||
Reference in New Issue
Block a user