Merge pull request #80 from swt2c/fix_comboctrl_doc

Fix ComboCtrl documentation
This commit is contained in:
Robin Dunn
2016-05-10 21:45:23 -07:00

View File

@@ -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)