added missing parameters to some GetPageXXX()s

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-06-28 12:19:35 +00:00
parent 2bde25b093
commit e554697812

View File

@@ -167,13 +167,13 @@ Returns the number of pages in the notebook control.
\membersection{wxNotebook::GetPageImage}\label{wxnotebookgetpageimage}
\constfunc{int}{GetPageImage}{\void}
\constfunc{int}{GetPageImage}{\param{int }{nPage}}
Returns the image index for the given page.
\membersection{wxNotebook::GetPageText}\label{wxnotebookgetpagetext}
\constfunc{wxString}{GetPageText}{\void}
\constfunc{wxString}{GetPageText}{\param{int }{nPage}}
Returns the string for the given page.