X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..5aa67d6619d7758bd66375ef75b698ae49f3418b:/include/wx/palmos/choice.h diff --git a/include/wx/palmos/choice.h b/include/wx/palmos/choice.h index 91bd1c0abc..d4054dada7 100644 --- a/include/wx/palmos/choice.h +++ b/include/wx/palmos/choice.h @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: choice.h +// Name: wx/palmos/choice.h // Purpose: wxChoice class -// 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 ///////////////////////////////////////////////////////////////////////////// @@ -12,10 +12,6 @@ #ifndef _WX_CHOICE_H_ #define _WX_CHOICE_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "choice.h" -#endif - // ---------------------------------------------------------------------------- // Choice item // ---------------------------------------------------------------------------- @@ -73,19 +69,16 @@ public: virtual void Delete(int n); virtual void Clear(); - virtual int GetCount() const; + virtual size_t GetCount() const; virtual int GetSelection() const; virtual void SetSelection(int n); - virtual int FindString(const wxString& s) const; virtual wxString GetString(int n) const; virtual void SetString(int n, const wxString& s); // MSW only virtual bool MSWCommand(WXUINT param, WXWORD id); WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); - virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor, - WXUINT message, WXWPARAM wParam, WXLPARAM lParam); protected: virtual void DoMoveWindow(int x, int y, int width, int height);