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  |
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
|
|
|
|
Goto Forum:
Current Time: Mon Apr 28 14:12:12 CEST 2025
Total time taken to generate the page: 0.04068 seconds
|