projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
better XRC errors reporting: report location of the error and use unified formatting
[wxWidgets.git]
/
include
/
wx
/
srchctrl.h
diff --git
a/include/wx/srchctrl.h
b/include/wx/srchctrl.h
index ccd27a29be1e6c6c793da7fd7eb1edb6ff6f2803..948aa2c0cefa464d7449a4673607831c064321da 100644
(file)
--- a/
include/wx/srchctrl.h
+++ b/
include/wx/srchctrl.h
@@
-64,6
+64,10
@@
public:
virtual void ShowCancelButton( bool show ) = 0;
virtual bool IsCancelButtonVisible() const = 0;
+
+private:
+ // implement wxTextEntry pure virtual method
+ virtual wxWindow *GetEditableWindow() { return this; }
};