return value from wxEditableListBox::Create()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2007-05-09 17:47:00 +00:00
parent b11af9ed9d
commit ff0846a09f

View File

@ -293,6 +293,8 @@ bool wxEditableListBox::Create(wxWindow *parent, wxWindowID id,
SetSizer(sizer);
Layout();
return true;
}
void wxEditableListBox::SetStrings(const wxArrayString& strings)