Added useful comment to a code sample snippet

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-02-04 17:56:42 +00:00
parent fa99eaeaed
commit a783383c7d

View File

@@ -112,6 +112,7 @@ Here's how you would create and populate it in a dialog constructor:
wxListViewComboPopup* popupCtrl = new wxListViewComboPopup();
// It is important to call SetPopupControl() as soon as possible
comboCtrl->SetPopupControl(popupCtrl);
// Populate using wxListView methods