X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..81c882b613b5d99ddb1e5ab69fcd7ebccc287025:/docs/latex/wx/pantabv.tex diff --git a/docs/latex/wx/pantabv.tex b/docs/latex/wx/pantabv.tex index 69e9cc8546..276592cef8 100644 --- a/docs/latex/wx/pantabv.tex +++ b/docs/latex/wx/pantabv.tex @@ -7,6 +7,10 @@ The wxPanelTabView is responsible for input and output on a wxPanel. \helpref{wxTabView}{wxtabview}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \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}