]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/pantabv.tex
MF_BYCOMMAND is zero so don't try to test it
[wxWidgets.git] / docs / latex / wx / pantabv.tex
index 69e9cc854604b4461339b1c88e807aa5e6d852ba..276592cef8321022e3ae4c48c44408839e392973 100644 (file)
@@ -7,6 +7,10 @@ The wxPanelTabView is responsible for input and output on a wxPanel.
 \helpref{wxTabView}{wxtabview}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/tab.h>
+
 \wxheading{See also}
 
 \helpref{wxTabView overview}{wxtabviewoverview}, \helpref{wxTabView}{wxtabview}
@@ -32,7 +36,7 @@ will ensure that the tab background matches the dialog background.}
 \func{void}{\destruct{wxPanelTabView}}{\void}
 
 Destructor. This destructor deletes all the panels associated with the view.
-If you do not wish this to happen, call ClearWindows with argument FALSE before the
+If you do not wish this to happen, call ClearWindows with argument false before the
 view is likely to be destroyed. This will clear the list of windows, without deleting them.
 
 \membersection{wxPanelTabView::AddTabWindow}\label{wxpaneltabviewaddtabwindow}
@@ -44,9 +48,9 @@ is selected or deselected.
 
 \membersection{wxPanelTabView::ClearWindows}
 
-\func{void}{ClearWindows}{\param{bool}{ deleteWindows = TRUE}}
+\func{void}{ClearWindows}{\param{bool}{ deleteWindows = true}}
 
-Removes the child windows from the view. If {\it deleteWindows} is TRUE, the windows will be deleted.
+Removes the child windows from the view. If {\it deleteWindows} is true, the windows will be deleted.
 
 \membersection{wxPanelTabView::GetCurrentWindow}