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 » Community » U++ community news and announcements » Range based loop over widget children
Range based loop over widget children [message #55536] Fri, 20 November 2020 10:38
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Instead of

for(Ctrl *q = GetFirstChild(); q; q = q->GetNext())


you can now write

for(Ctrl& q : *this)

Previous Topic: Support for mouse fw/bk buttons
Next Topic: theide/umk support for .lib/.a generation
Goto Forum:
  


Current Time: Fri Mar 29 14:40:11 CET 2024

Total time taken to generate the page: 0.01630 seconds