fixed Moving() documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-04-12 13:16:20 +00:00
parent a364b95710
commit 100cf085fb

View File

@@ -202,12 +202,16 @@ was generated (1, 2 or 3 for left, middle and right buttons respectively).
Returns true if the control key was down at the time of the event. Returns true if the control key was down at the time of the event.
\membersection{wxMouseEvent::Dragging} \membersection{wxMouseEvent::Dragging}\label{wxmouseeventdragging}
\func{bool}{Dragging}{\void} \func{bool}{Dragging}{\void}
Returns true if this was a dragging event (motion while a button is depressed). Returns true if this was a dragging event (motion while a button is depressed).
\wxheading{See also}
\helpref{Moving}{wxmouseeventmoving}
\membersection{wxMouseEvent::Entering}\label{wxmouseevententering} \membersection{wxMouseEvent::Entering}\label{wxmouseevententering}
\func{bool}{Entering}{\void} \func{bool}{Entering}{\void}
@@ -370,11 +374,13 @@ of the current event type.
Returns true if the middle mouse button changed to up. Returns true if the middle mouse button changed to up.
\membersection{wxMouseEvent::Moving} \membersection{wxMouseEvent::Moving}\label{wxmouseeventmoving}
\constfunc{bool}{Moving}{\void} \constfunc{bool}{Moving}{\void}
Returns true if this was a motion event (no buttons depressed). Returns true if this was a motion event (whether some buttons are currently
pressed or not, use \helpref{Dragging}{wxmouseeventdragging} if you need to
distinguish between these situations).
\membersection{wxMouseEvent::RightDClick} \membersection{wxMouseEvent::RightDClick}