diff --git a/docs/latex/wx/caret.tex b/docs/latex/wx/caret.tex index ac0893ce4a..266915b7c2 100644 --- a/docs/latex/wx/caret.tex +++ b/docs/latex/wx/caret.tex @@ -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}} diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index fe4c63a1ee..423811a297 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -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}