X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..42e88ddb611d43fe79e1d0c17a764b0848322f1d:/docs/latex/wx/plotwindow.tex?ds=sidebyside diff --git a/docs/latex/wx/plotwindow.tex b/docs/latex/wx/plotwindow.tex index f8c08655c0..c17b876bdb 100644 --- a/docs/latex/wx/plotwindow.tex +++ b/docs/latex/wx/plotwindow.tex @@ -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.