Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Splitter::Add
Splitter::Add [message #4986] |
Tue, 29 August 2006 13:03 |
 |
mirek
Messages: 14265 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
|
|
|
Goto Forum:
Current Time: Mon Jul 07 08:27:18 CEST 2025
Total time taken to generate the page: 0.03689 seconds
|