[ wxwindows-Patches-1516341 ] wxEvent::Skip doc contradicts itself
SourceForge.net
noreply at sourceforge.net
Mon Jul 3 06:42:03 PDT 2006
Patches item #1516341, was opened at 2006-07-03 13:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1516341&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David Hart (dghart)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxEvent::Skip doc contradicts itself
Initial Comment:
After declaring the method correctly as void Skip(bool
skip = true), the descriptive part of the wxEvent::Skip
documentation incorrectly states that Skip(false) is
the default. The patch corrects this, and changes the
sentence order for extra clarity.
---
/home/wxwindows/public_html/cvsdocs/wxWidgets/docs/latex/wx/event.tex
2005-01-18 16:13:34.000000000 +0100
+++ docs/latex/wx/event.tex 2006-07-03
15:24:49.000000000 +0200
@@ -156,11 +156,11 @@
Called by an event handler, it controls whether
additional event
handlers bound to this event will be called after the
current event
-handler returns. Skip(false) (the default setting)
will prevent
+handler returns. Skip(True) (the default setting) will
cause the event processing
+system to continue searching for a handler function
for this event. Skip(false) will prevent
additional event handlers from being called and
control will be
returned to the sender of the event immediately after
the current
-handler has finished. Skip(True) will cause the event
processing
-system to continue searching for a handler function
for this event.
+handler has finished.
\membersection{wxEvent::StopPropagation}\label{wxeventstoppropagation}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1516341&group_id=9863
More information about the wx-dev
mailing list