X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec184e324214ea06f0c056ab626de5f32bcdad3b..f1f5f16f780bb41aa2ea24ccbf728f14c86cc475:/include/wx/generic/srchctlg.h?ds=sidebyside diff --git a/include/wx/generic/srchctlg.h b/include/wx/generic/srchctlg.h index 223ad39f31..690048098d 100644 --- a/include/wx/generic/srchctlg.h +++ b/include/wx/generic/srchctlg.h @@ -2,9 +2,8 @@ // Name: wx/generic/srchctlg.h // Purpose: generic wxSearchCtrl class // Author: Vince Harron -// Modified by: // Created: 2006-02-19 -// RCS-ID: +// RCS-ID: $Id$ // Copyright: Vince Harron // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -38,7 +37,7 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxSearchCtrlNameStr); - ~wxSearchCtrl(); + virtual ~wxSearchCtrl(); bool Create(wxWindow *parent, wxWindowID id, const wxString& value = wxEmptyString, @@ -52,7 +51,7 @@ public: // -------------------------- virtual void SetMenu( wxMenu* menu ); virtual wxMenu* GetMenu(); - + // get/set search options // ---------------------- virtual void ShowSearchButton( bool show ); @@ -213,7 +212,8 @@ protected: virtual void OnSearchButton( wxCommandEvent& event ); void OnSetFocus( wxFocusEvent& event ); - + void OnSize( wxSizeEvent& event ); + private: friend class wxSearchButton;