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 » U++ Widgets - General questions or Mixed problems » What is ParentCtrl?
What is ParentCtrl? [message #19885] Thu, 29 January 2009 23:45 Go to previous message
White_Owl is currently offline  White_Owl
Messages: 27
Registered: January 2009
Location: New York
Promising Member
ParentCtrl is mentioned in the list of widgets and judging by the tiny description "Parent for grouping widgets in TabCtrl and similar situations." it is what I am looking for. But how to work with it?
Tried:
ParentCtrl parent_ctrl;
WithPage1<Ctrl> page1;
WithPage2<Ctrl> page2;
....
CtrlLayout(page1);
CtrlLayout(page2);
parent_ctrl.Add(page1);
parent_ctrl.Add(page2);
and that gave me all pages one over the other. I now see all widgets from all layouts at the same time in a great mess.

I am looking for some way to stack several panels. Something like TabCtrl but without tabs.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to define hot-keys not associated with any menu?
Next Topic: EditString validation
Goto Forum:
  


Current Time: Mon Apr 29 02:14:36 CEST 2024

Total time taken to generate the page: 4.91452 seconds