projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move ScrollWindow() implementation to the base class and call private DoScrollHorz...
[wxWidgets.git]
/
include
/
wx
/
generic
/
srchctlg.h
diff --git
a/include/wx/generic/srchctlg.h
b/include/wx/generic/srchctlg.h
index 05fe114b5e70aa8df73afc67e6fbbf90701354db..407783f957169e767d636b019d36f29c63cf7af3 100644
(file)
--- a/
include/wx/generic/srchctlg.h
+++ b/
include/wx/generic/srchctlg.h
@@
-22,7
+22,7
@@
class WXDLLIMPEXP_FWD_CORE wxSearchTextCtrl;
// wxSearchCtrl is a combination of wxTextCtrl and wxSearchButton
// ----------------------------------------------------------------------------
// wxSearchCtrl is a combination of wxTextCtrl and wxSearchButton
// ----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxSearchCtrl : public wxSearchCtrlBase
+class WXDLL
IMPEXP_CORE
wxSearchCtrl : public wxSearchCtrlBase
{
public:
// creation
{
public:
// creation
@@
-203,7
+203,9
@@
public:
#endif // wxUSE_MENUS
protected:
#endif // wxUSE_MENUS
protected:
- virtual void DoSetValue(const wxString& value, int flags = 0);
+ virtual void DoSetValue(const wxString& value, int flags);
+ virtual bool DoLoadFile(const wxString& file, int fileType);
+ virtual bool DoSaveFile(const wxString& file, int fileType);
// override the base class virtuals involved into geometry calculations
virtual wxSize DoGetBestSize() const;
// override the base class virtuals involved into geometry calculations
virtual wxSize DoGetBestSize() const;