add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-06-29 00:35:35 +00:00
parent b64845917a
commit 6a8d793736
6 changed files with 87 additions and 1 deletions

View File

@@ -97,6 +97,9 @@ public:
// return the control shown by this page
virtual wxControl *GetWidget() const = 0;
// return the control shown by this page, if it supports text entry interface
virtual wxTextEntryBase *GetTextEntry() const { return NULL; }
// lazy creation of the content
virtual void CreateContent() = 0;