git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44026
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (!wxHtmlListBox::Create(parent, id, pos, size, style, name))
return false;
if (!wxHtmlListBox::Create(parent, id, pos, size, style, name))
return false;
for (int i=0; i<n; i++)
Append(choices[i]);
for (int i=0; i<n; i++)
Append(choices[i]);
if (!wxHtmlListBox::Create(parent, id, pos, size, style, name))
return false;
if (!wxHtmlListBox::Create(parent, id, pos, size, style, name))
return false;
Append(choices);
return true;
Append(choices);
return true;