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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user