X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d8268a1d64de58aab194e4d8ae800c755990aad..e152afc3d45b72468b14ba15ab6badc19c735a70:/include/wx/motif/combobox.h diff --git a/include/wx/motif/combobox.h b/include/wx/motif/combobox.h index b94cdb0d01..eb5cc9cc34 100644 --- a/include/wx/motif/combobox.h +++ b/include/wx/motif/combobox.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: combobox.h +// Name: wx/motif/combobox.h // Purpose: wxComboBox class // Author: Julian Smart // Modified by: @@ -12,10 +12,6 @@ #ifndef _WX_COMBOBOX_H_ #define _WX_COMBOBOX_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "combobox.h" -#endif - #include "wx/choice.h" // Combobox item @@ -80,7 +76,7 @@ public: virtual void Clear(); virtual int GetSelection() const ; 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);