From 1130e951de40a934c22303b7fcb247afc9391b4d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 8 May 2007 02:42:20 +0000 Subject: [PATCH] docstring fixEnsure that wnd is not None before calling Hide git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_window.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index ac859829e9..53a83214f4 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -1080,7 +1080,7 @@ handler is handed off to the next one in the chain.", ""); void , PushEventHandler( wxEvtHandler *handler ), "Pushes this event handler onto the event handler stack for the window. An event handler is an object that is capable of processing the events -sent to a window. (In other words, is able to dispatch the events to +sent to a window. (In other words, is able to dispatch the events to a handler function.) By default, the window is its own event handler, but an application may wish to substitute another, for example to allow central implementation of event-handling for a variety of