mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
Merge pull request #80 from swt2c/fix_comboctrl_doc
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