Changeset 1263 for trunk/src/user32/windlg.cpp
- Timestamp:
- Oct 12, 1999, 10:16:24 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windlg.cpp
r1248 r1263 1 /* $Id: windlg.cpp,v 1. 5 1999-10-11 16:04:52 cbratschiExp $ */1 /* $Id: windlg.cpp,v 1.6 1999-10-12 20:16:24 sandervl Exp $ */ 2 2 /* 3 3 * Win32 dialog apis for OS/2 … … 221 221 } 222 222 //****************************************************************************** 223 //TODO: Can be used for any parent-child pair 223 224 //****************************************************************************** 224 225 HWND WIN32API GetDlgItem(HWND hwnd, int id) … … 233 234 return 0; 234 235 } 235 dprintf(("USER32: GetDlgItem\n"));236 236 dlgcontrol = dialog->getDlgItem(id); 237 237 if(dlgcontrol) { 238 dprintf(("USER32: GetDlgItem %x %d returned %x\n", hwnd, id, dlgcontrol->getWindowHandle())); 238 239 return dlgcontrol->getWindowHandle(); 239 240 } 241 dprintf(("USER32: GetDlgItem %x %d NOT FOUND!\n", hwnd, id)); 240 242 return 0; 241 243 }
Note:
See TracChangeset
for help on using the changeset viewer.