\membersection{wxTabView::CalculateTabWidth}\label{wxtabviewcalculatetabwidth}
-\func{int}{CalculateTabWidth}{\param{int}{ noTabs}, \param{bool}{ adjustView = FALSE}}
+\func{int}{CalculateTabWidth}{\param{int}{ noTabs}, \param{bool}{ adjustView = false}}
The application can specify the tab width using this function, in terms
of the number of tabs per layer (row) which will fit the view area, which
{\it noTabs} is the number of tabs which should take up the full width
of the view area.
-{\it adjustView} can be set to TRUE in order to readjust the view width
+{\it adjustView} can be set to true in order to readjust the view width
to exactly fit the given number of tabs.
The new tab width is returned.
\membersection{wxTabView::ClearTabs}
-\func{void}{ClearTabs}{\param{bool }{deleteTabs=TRUE}}
+\func{void}{ClearTabs}{\param{bool }{deleteTabs=true}}
-Clears the tabs, deleting them if {\it deleteTabs} is TRUE.
+Clears the tabs, deleting them if {\it deleteTabs} is true.
\membersection{wxTabView::Draw}
\func{bool}{OnEvent}{\param{wxMouseEvent\& }{event}}
-Processes mouse events sent from the panel or dialog. Returns TRUE if the event was processed,
-FALSE otherwise.
+Processes mouse events sent from the panel or dialog. Returns true if the event was processed,
+false otherwise.
\membersection{wxTabView::OnTabActivate}
Called just before a tab is activated, with the new active tab id, and the former active tab id.
-If the function returns FALSE, the tab is not activated.
+If the function returns false, the tab is not activated.
\membersection{wxTabView::SetBackgroundColour}
\membersection{wxTabView::SetTabSelection}
-\func{void}{SetTabSelection}{\param{int}{ sel}, \param{bool}{ activateTool=TRUE}}
+\func{void}{SetTabSelection}{\param{int}{ sel}, \param{bool}{ activateTool=true}}
Sets the selected tab, calling the application's OnTabActivate function.
-If {\it activateTool} is FALSE, OnTabActivate will not be called.
+If {\it activateTool} is false, OnTabActivate will not be called.
\membersection{wxTabView::SetTextColour}