applied patch #940914 "Minor cleaning of warnings in contrib tree"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2004-05-19 23:01:08 +00:00
parent 003e6c07cc
commit 6c43b66ed0
4 changed files with 14 additions and 14 deletions

View File

@@ -76,15 +76,15 @@ Returns number of curves.
Get the nth curve.
\membersection{wxPlotWindow::SetCurrent}\label{wxplotwindowsetcurrent}
\membersection{wxPlotWindow::SetCurrentCurve}\label{wxplotwindowsetcurrentcurve}
\func{void}{SetCurrent}{\param{wxPlotCurve* }{current}}
\func{void}{SetCurrentCurve}{\param{wxPlotCurve* }{current}}
Make one curve the current curve. This will emit a wxPlotEvent.
\membersection{wxPlotWindow::GetCurrent}\label{wxplotwindowgetcurrent}
\membersection{wxPlotWindow::GetCurrentCurve}\label{wxplotwindowgetcurrentcurve}
\func{wxPlotCurve*}{GetCurrent}{\void}
\func{wxPlotCurve*}{GetCurrentCurve}{\void}
Returns a pointer to the current curve, or NULL.