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++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Ctrl Documentation Bug?
Ctrl Documentation Bug? [message #6918] Mon, 04 December 2006 13:37 Go to previous message
Werner is currently offline  Werner
Messages: 234
Registered: May 2006
Location: Cologne / Germany
Experienced Member
One entry in "CtrlCore / Ctrl" reads:

static dword KEYtoK(dword)

Returns all opened top-level Ctrls of process. Top-level Ctrls are those without parent (GetParent() == NULL) - TopWindow Ctrls and pop-up Ctrls.

Return value Vector of all top Ctrls.

Shouldn't it read:

static Vector<Ctrl *> GetTopCtrls()

...

?

If so, what does "static dword KEYtoK(dword)" do?

Werner
 
Read Message
Read Message
Previous Topic: Enhancing project templates (upt files)
Next Topic: Variables windows during debug
Goto Forum:
  


Current Time: Mon May 06 08:46:33 CEST 2024

Total time taken to generate the page: 0.02177 seconds