X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..a7d5151df02bf70a9f6ff1c5c7fd33ab07bf409c:/src/palmos/listbox.cpp diff --git a/src/palmos/listbox.cpp b/src/palmos/listbox.cpp index b29d2cc89c..2ee8226dde 100644 --- a/src/palmos/listbox.cpp +++ b/src/palmos/listbox.cpp @@ -1,18 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// // Name: src/palmos/listbox.cpp // Purpose: wxListBox -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "listbox.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -194,11 +190,6 @@ void wxListBox::DoSetItems(const wxArrayString& choices, void** clientData) { } -int wxListBox::FindString(const wxString& s) const -{ - return wxNOT_FOUND; -} - void wxListBox::Clear() { } @@ -207,7 +198,7 @@ void wxListBox::Free() { } -void wxListBox::SetSelection(int N, bool select) +void wxListBox::DoSetSelection(int N, bool select) { }