Try to make SetupChildEventHandling() more foolproof

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-09-30 16:33:43 +00:00
parent 9932114546
commit 28fb19ef29
2 changed files with 6 additions and 4 deletions

View File

@@ -1803,7 +1803,7 @@ protected:
int CacheColour( const wxColour& colour );
// Sets up basic event handling for child control
void SetupChildEventHandling( wxWindow* wnd, int id );
void SetupChildEventHandling( wxWindow* wnd );
void CustomSetCursor( int type, bool override = false );