X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ba93d23bfc6a5764ff7fcc751d9b6164c23e10e..a30ccc2d427236ec41db205370104242f83e04e3:/include/wx/msw/choice.h diff --git a/include/wx/msw/choice.h b/include/wx/msw/choice.h index 4661025fe9..d3b6689687 100644 --- a/include/wx/msw/choice.h +++ b/include/wx/msw/choice.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: choice.h +// Name: wx/msw/choice.h // Purpose: wxChoice class // Author: Julian Smart // Modified by: Vadim Zeitlin to derive from wxChoiceBase @@ -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 // ---------------------------------------------------------------------------- @@ -78,12 +74,10 @@ public: virtual int GetCount() const; virtual int GetSelection() const; -#if wxABI_VERSION >= 20602 virtual int GetCurrentSelection() const; -#endif virtual void SetSelection(int n); - virtual int FindString(const wxString& s) const; + virtual int FindString(const wxString& s, bool bCase = false) const; virtual wxString GetString(int n) const; virtual void SetString(int n, const wxString& s);