X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/551048c28c18708b9c1829fc093edeb0585bb257..3b4b952d42608ff90b03c85f961ba10b93bde916:/interface/wx/event.h diff --git a/interface/wx/event.h b/interface/wx/event.h index 00b5427ba1..8f84dbc1c0 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -224,7 +224,7 @@ public: void SetTimestamp(long timeStamp = 0); /** - Test if this event should be propagated or not, i.e. if the propagation level + Test if this event should be propagated or not, i.e.\ if the propagation level is currently greater than 0. */ bool ShouldPropagate() const; @@ -527,7 +527,8 @@ public: Note that currently only up to 2 arguments can be passed. - @note This method is not available with Visual C++ 6 which doesn't + @note This method is not available with Visual C++ before version 8 + (Visual Studio 2005) as earlier versions of the compiler don't have the required support for C++ templates to implement it. @since 2.9.5 @@ -2725,7 +2726,7 @@ public: int GetLinesPerAction() const; /** - Returns the logical mouse position in pixels (i.e. translated according to the + Returns the logical mouse position in pixels (i.e.\ translated according to the translation set for the DC, which usually indicates that the window has been scrolled). */ @@ -4276,7 +4277,7 @@ public: @library{wxcore} @category{events} - @see ::wxSetCursor, wxWindow::wxSetCursor + @see ::wxSetCursor, wxWindow::SetCursor */ class wxSetCursorEvent : public wxEvent {