// Created: 10/09/99
// RCS-ID: $Id$
// Copyright: (c) David Webster
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_LISTBOX_H_
virtual int FindString(const wxString& rsString) const;
virtual bool IsSelected(int n) const;
- virtual void SetSelection( int n
- ,bool bSelect = TRUE
+ virtual void DoSetSelection( int n
+ ,bool bSelect
);
virtual int GetSelection(void) const;
virtual int GetSelections(wxArrayInt& raSelections) const;