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 » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Splitter::Add
Splitter::Add [message #4986] Tue, 29 August 2006 13:03
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
My previous fix for adding child Ctrls to Splitter hit the weak spot of U++ philosophy and resulted in "destructor chain reaction" in specific cases, therefore I have redone it by adding

void Add(Ctrl& pane);
Splitter& operator<<(Ctrl& pane) { Add(pane); return *this; }

to the splitter interface.

Mirek
Previous Topic: Weekend batch...
Next Topic: Fixed LineEdit (and therefore Ide editor) "vertical bar osciallation" problem
Goto Forum:
  


Current Time: Wed May 15 08:58:42 CEST 2024

Total time taken to generate the page: 0.02496 seconds