Changeset 232 for trunk/src/helpers/cctl_combo.c
- Timestamp:
- Dec 5, 2002, 9:36:28 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_combo.c
r222 r232 408 408 // our own owner, but replace the id 409 409 // with the combo box id 410 WinPostMsg(WinQueryWindow(hwnd, QW_OWNER), 411 WM_CONTROL, 412 MPFROM2SHORT(WinQueryWindowUShort(hwnd, QWS_ID), 413 uscode), 414 mp2); 410 ctlPostWmControl(hwnd, 411 uscode, 412 mp2); 415 413 416 414 // do not call parent
Note:
See TracChangeset
for help on using the changeset viewer.