Added useful comment to a code sample snippet

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2009-02-04 17:54:31 +00:00
parent f6a3e0bad5
commit 5bc244b802

View File

@ -264,6 +264,7 @@ struct wxComboCtrlFeatures
wxListViewComboPopup* popupCtrl = new wxListViewComboPopup();
// It is important to call SetPopupControl() as soon as possible
comboCtrl->SetPopupControl(popupCtrl);
// Populate using wxListView methods