]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tabctrl.tex
added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it...
[wxWidgets.git] / docs / latex / wx / tabctrl.tex
index 05aa81886dffb2809cf693a52c6c6584350db0d2..f154888fac11f451406ff16ca4ae7947a7348fba 100644 (file)
@@ -9,9 +9,14 @@ This class represents a tab control, which manages multiple tabs.
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/tabctrl.h>
+
 \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 +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.
 
@@ -175,7 +180,7 @@ Inserts a new tab.
 
 \wxheading{Return value}
 
-TRUE if successful, FALSE otherwise.
+true if successful, false otherwise.
 
 \membersection{wxTabCtrl::SetItemData}\label{wxtabctrlsetitemdata}