m_noTabs --;
// The layout has changed
- Layout();
+ LayoutTabs();
return TRUE;
}
tabNode = tabNode->Next();
// Layout tabs (optional, e.g. if resizing window)
-void wxTabView::Layout(void)
+void wxTabView::LayoutTabs(void)
{
// Make a list of the tab controls, deleting the wxTabLayers.
wxList controls;