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 » Tabs with same layout but different "threads"
Re: Tabs with same layout but different "threads" [message #33849 is a reply to message #33846] Mon, 19 September 2011 09:27 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi Kevin

IIRC you can use
Array< WithtabLayout<ParentCtrl> > tabs;
Then whenever you need to add tab just Add() a new item to the tabs array. The same goes for removing tabs - after removing the tab from TabCtrl, it should be safe to call Remove() on the array.

Best regards,
Honza
 
Read Message
Read Message
Previous Topic: How do i create tabs??
Next Topic: How to change Tab name
Goto Forum:
  


Current Time: Thu May 16 04:42:57 CEST 2024

Total time taken to generate the page: 0.01298 seconds