Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » TabCtrl » TabCtrl (or equivalen) with tabs on left side
Re: TabCtrl (or equivalen) with tabs on left side [message #28123 is a reply to message #28121] Tue, 17 August 2010 18:17 Go to previous messageGo to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
sorry, forgot to add one line in the post
//set a different align for all 4 TabBar's
	for (int i = 0; i < 4; i++)
		bar[i].SetAlign((i+1) % 4);
//add only the first to main application window, the others on demand
	AddFrame(bar[0]);


you add the TabBars as Frames to your main application Ctrl (or whereever you need them)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to tell which tab is which
Next Topic: TabBar code fixes patch (SVN r2960)
Goto Forum:
  


Current Time: Wed Jun 12 09:35:57 CEST 2024

Total time taken to generate the page: 0.02002 seconds