X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f24fdbfeae21875fe73f5aa69aede354baed29b..93fa67c0e6124d2657488971800c8fd068dc0d0e:/docs/latex/wx/ttab.tex diff --git a/docs/latex/wx/ttab.tex b/docs/latex/wx/ttab.tex index cca81808e8..b3b4112c82 100644 --- a/docs/latex/wx/ttab.tex +++ b/docs/latex/wx/ttab.tex @@ -1,4 +1,4 @@ -\section{Tab classes overview}\label{wxtaboverview} +\section{wxTab classes overview}\label{wxtaboverview} Classes: \helpref{wxTabView}{wxtabview}, \helpref{wxPanelTabView}{wxpaneltabview}, \helpref{wxTabbedPanel}{wxtabbedpanel}, \helpref{wxTabbedDialog}{wxtabbeddialog}, @@ -112,7 +112,7 @@ void MyDialog::Init(void) // Calculate the tab width for 4 tabs, based on a view width of 326 and // the current horizontal spacing. Adjust the view width to exactly fit // the tabs. - view->CalculateTabWidth(4, TRUE); + view->CalculateTabWidth(4, true); if (!view->AddTab(TEST_TAB_CAT, wxString("Cat"))) return;