make PositionTextCtrl() virtual (patch 1734405)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -484,7 +484,7 @@ protected:
 | 
			
		||||
 | 
			
		||||
    // Standard textctrl positioning routine. Just give it platform-dependant
 | 
			
		||||
    // textctrl coordinate adjustment.
 | 
			
		||||
    void PositionTextCtrl( int textCtrlXAdjust, int textCtrlYAdjust );
 | 
			
		||||
    virtual void PositionTextCtrl( int textCtrlXAdjust, int textCtrlYAdjust );
 | 
			
		||||
 | 
			
		||||
    // event handlers
 | 
			
		||||
    void OnSizeEvent( wxSizeEvent& event );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user