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 #28121 is a reply to message #28093] Tue, 17 August 2010 17:30 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
kohait00 wrote on Fri, 13 August 2010 16:29

FileTabsExample::main.cpp:11
	for (int i = 0; i < 4; i++)
		bar[i].SetAlign((i+1) % 4);


TabBar.cpp:39
	AlignedFrame& SetAlign(int align) { layout = align; FrameSet(); RefreshParentLayout(); return *this; }
	AlignedFrame& SetLeft()		{ return SetAlign(LEFT); }
	AlignedFrame& SetTop()		{ return SetAlign(TOP); }
	AlignedFrame& SetRight()	{ return SetAlign(RIGHT); }
	AlignedFrame& SetBottom()	{ return SetAlign(BOTTOM); }	



Sorry to bother again... but I do not catch how to use the AlignedFrame& to left set the bar in the TabBarCtrlTest... I am becoming older and older Smile

Luigi
 
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: Thu May 16 16:49:34 CEST 2024

Total time taken to generate the page: 0.01652 seconds