X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d6fcbcc7088e9c104b3dc5b4704a07f728d55ae..ab9717339232a7a728dea666c59b73fd6ac78dd3:/docs/latex/wx/notebook.tex?ds=inline

diff --git a/docs/latex/wx/notebook.tex b/docs/latex/wx/notebook.tex
index 038be5568b..b5dc6a4bd0 100644
--- a/docs/latex/wx/notebook.tex
+++ b/docs/latex/wx/notebook.tex
@@ -10,6 +10,7 @@ managed by wxNotebook.
 
 \wxheading{Derived from}
 
+wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\
 \helpref{wxControl}{wxcontrol}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
@@ -19,6 +20,10 @@ managed by wxNotebook.
 
 <wx/notebook.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
@@ -412,7 +417,6 @@ This function is deprecated and should not be used in new code. Please use the
 \helpref{wxNotebook::GetSelection}{wxnotebookgetselection}
 
 
-
 \membersection{wxNotebook::ChangeSelection}\label{wxnotebookchangeselection}
 
 \func{int}{ChangeSelection}{\param{size\_t}{ page}}
@@ -422,3 +426,4 @@ Changes the selection for the given page, returning the previous selection.
 The call to this function \emph{does not} generate the page changing events.
 This is the only difference with \helpref{SetSelection}{wxnotebooksetselection}.
 See \helpref{this topic}{progevent} for more info.
+