Doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-07-08 16:58:47 +00:00
parent a3d1c18e7b
commit 0f82c38d0c
2 changed files with 3 additions and 5 deletions

View File

@@ -36,8 +36,6 @@ No base class
Default constructor: you must use one of Create() functions later.
\membersection{wxCaret::wxCaret}\label{wxcaretwxcaret}
\func{}{wxCaret}{\param{wxWindow* }{window}, \param{int }{width}, \param{int }{height}}
\func{}{wxCaret}{\param{wxWindowBase* }{window}, \param{const wxSize\& }{size}}

View File

@@ -256,7 +256,7 @@ Returns TRUE if the event was a left double click.
Returns TRUE if the left mouse button changed to down.
\membersection{wxMouseEvent::LeftIsDown}
\membersection{wxMouseEvent::LeftIsDown}\label{wxmouseeventleftisdown}
\constfunc{bool}{LeftIsDown}{\void}
@@ -295,7 +295,7 @@ Returns TRUE if the event was a middle double click.
Returns TRUE if the middle mouse button changed to down.
\membersection{wxMouseEvent::MiddleIsDown}
\membersection{wxMouseEvent::MiddleIsDown}\label{wxmouseeventmiddleisdown}
\constfunc{bool}{MiddleIsDown}{\void}
@@ -326,7 +326,7 @@ Returns TRUE if the event was a right double click.
Returns TRUE if the right mouse button changed to down.
\membersection{wxMouseEvent::RightIsDown}
\membersection{wxMouseEvent::RightIsDown}\label{wxmouseeventrightisdown}
\constfunc{bool}{RightIsDown}{\void}