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

@@ -138,6 +138,7 @@ public:
virtual ~TextWidgetsPage(){};
virtual wxControl *GetWidget() const { return m_text; }
virtual wxTextEntryBase *GetTextEntry() const { return m_text; }
virtual void RecreateWidget() { CreateText(); }
// lazy creation of the content