X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/884360bc11fe926bf91b23215bae719b562df91b..77c5eefb1f06a8956231d2cbe1526e4de526cac5:/docs/latex/wx/tabctrl.tex diff --git a/docs/latex/wx/tabctrl.tex b/docs/latex/wx/tabctrl.tex index f623a4748a..f8ded606c1 100644 --- a/docs/latex/wx/tabctrl.tex +++ b/docs/latex/wx/tabctrl.tex @@ -11,7 +11,8 @@ This class represents a tab control, which manages multiple tabs. \wxheading{See also} -\helpref{wxTabEvent}{wxtabevent}, \helpref{wxImageList}{wximagelist} +\helpref{wxTabEvent}{wxtabevent}, \helpref{wxImageList}{wximagelist},\rtfsp +\helpref{wxNotebook}{wxnotebook} \latexignore{\rtfignore{\wxheading{Members}}} @@ -117,7 +118,7 @@ Returns the string for the given tab. \membersection{wxTabCtrl::GetRowCount}\label{wxtabctrlgetrowcount} -\constfunc{bool}{GetRowCount}{\void} +\constfunc{int}{GetRowCount}{\void} Returns the number of rows in the tab control. @@ -188,7 +189,7 @@ Sets the client data for a tab. \func{bool}{SetItemImage}{\param{int}{ item}, \param{int }{image}} Sets the image index for the given tab. {\it image} is an index into -the image list which was set with \helpref{wxTabCtrl::SetImageList}{setimagelist}. +the image list which was set with \helpref{wxTabCtrl::SetImageList}{wxtabctrlsetimagelist}. \membersection{wxTabCtrl::SetImageList}\label{wxtabctrlsetimagelist}