reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9215,7 +9215,7 @@ class Window(EvtHandler):
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user