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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user