kHorizontal
Tab* tab = new (std::nothrow)Tab(this, variable, Tab::kHorizontal);
Tab* hTab = (fOrientation == kHorizontal) ? this : tab;