git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35927
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
public:
// ctors and such
- wxListBox() { Init(); }
+ wxListBox() : wxScrollHelper(this) { Init(); }
wxListBox(wxWindow *parent,
wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
long style = 0,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxListBoxNameStr )
+ : wxScrollHelper(this)
{
Init();
long style,
const wxValidator& validator,
const wxString &name)
+ :wxScrollHelper(this)
{
Init();
validator, name) )
return false;
- SetWindow(this);
-
m_strings = new wxArrayString;
Set(n, choices);