U++ framework
Do not panic. Ask here before giving up.

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: 1244
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: Fri Sep 04 23:57:53 GMT+2 2026

Total time taken to generate the page: 0.01066 seconds