X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6179a847d8899cceb8880abc2ab2fe9d0244c90..e934052eb0998995bfaf12cb7bed96525e1437df:/include/wx/gtk1/listbox.h diff --git a/include/wx/gtk1/listbox.h b/include/wx/gtk1/listbox.h index ad45a72c7d..4b74c4e7b6 100644 --- a/include/wx/gtk1/listbox.h +++ b/include/wx/gtk1/listbox.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: listbox.h +// Name: wx/gtk1/listbox.h // Purpose: wxListBox class declaration // Author: Robert Roebling // Id: $Id$ @@ -7,14 +7,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKLISTBOXH__ #define __GTKLISTBOXH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "listbox.h" -#endif - #include "wx/list.h" class WXDLLIMPEXP_BASE wxSortedArrayString; @@ -23,7 +18,7 @@ class WXDLLIMPEXP_BASE wxSortedArrayString; // wxListBox //----------------------------------------------------------------------------- -class wxListBox : public wxListBoxBase +class WXDLLIMPEXP_CORE wxListBox : public wxListBoxBase { public: // ctors and such @@ -78,7 +73,7 @@ public: virtual int GetCount() const; virtual wxString GetString(int n) const; virtual void SetString(int n, const wxString& s); - virtual int FindString(const wxString& s) const; + virtual int FindString(const wxString& s, bool bCase = false) const; virtual bool IsSelected(int n) const; virtual void DoSetSelection(int n, bool select); @@ -98,7 +93,7 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); - + // implementation from now on void GtkAddItem( const wxString &item, int pos=-1 );