X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaaa6a06a25774c18d10bb8182cc1934ed0ed9aa..ff8fda36178e5d44b402757dcdc5a2bb54e52b7d:/docs/latex/wx/tabctrl.tex diff --git a/docs/latex/wx/tabctrl.tex b/docs/latex/wx/tabctrl.tex index 3e93a57945..cf23b6a41e 100644 --- a/docs/latex/wx/tabctrl.tex +++ b/docs/latex/wx/tabctrl.tex @@ -9,9 +9,14 @@ This class represents a tab control, which manages multiple tabs. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} -\helpref{wxTabEvent}{wxtabevent}, \helpref{wxImageList}{wximagelist} +\helpref{wxTabEvent}{wxtabevent}, \helpref{wxImageList}{wximagelist},\rtfsp +\helpref{wxNotebook}{wxnotebook} \latexignore{\rtfignore{\wxheading{Members}}} @@ -65,6 +70,12 @@ Deletes all tab items. Deletes the specified tab item. +\membersection{wxTabCtrl::GetCurFocus}\label{wxtabctrlgetcurfocus} + +\constfunc{int}{GetCurFocus}{\void} + +Returns the index for the tab with the focus, or -1 if none has the focus. + \membersection{wxTabCtrl::GetImageList}\label{wxtabctrlgetimagelist} \constfunc{wxImageList*}{GetImageList}{\void} @@ -111,7 +122,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. @@ -182,7 +193,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}