// define the array of list box items
#include "wx/dynarray.h"
- WX_DEFINE_EXPORTED_ARRAY_NO_PTR(wxOwnerDrawn *, wxListBoxItemsArray);
+ WX_DEFINE_EXPORTED_ARRAY_PTR(wxOwnerDrawn *, wxListBoxItemsArray);
#endif // wxUSE_OWNER_DRAWN
// forward decl for GetSelections()
virtual bool IsSelected(int n) const;
virtual void SetSelection(int n, bool select = TRUE);
- // rtti needs a function with just one signature
- void SetSelectionLine(int n) { SetSelection( n ) ; }
virtual int GetSelection() const;
virtual int GetSelections(wxArrayInt& aSelections) const;