Changeset 1265 for trunk/src/user32/listbox.cpp
- Timestamp:
- Oct 13, 1999, 4:24:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/listbox.cpp
r1258 r1265 1 /* $Id: listbox.cpp,v 1. 3 1999-10-12 18:14:55sandervl Exp $ */1 /* $Id: listbox.cpp,v 1.4 1999-10-13 14:24:24 sandervl Exp $ */ 2 2 /* 3 3 * Listbox controls … … 17 17 #include "winerror.h" 18 18 #include "combo.h" 19 #include <misc.h> 19 20 20 21 /* Unimplemented yet: … … 329 330 (descr->height % descr->item_height)) 330 331 { 331 //TRACE("[%04x]: changing height %d -> %d\n",332 // wnd->hwndSelf, descr->height,333 // descr->height - descr->height%descr->item_height);332 dprintf(("LISTBOX: [%04x]: changing height %d -> %d\n", 333 hwnd, descr->height, 334 descr->height - descr->height%descr->item_height)); 334 335 SetWindowPos( hwnd, 0, 0, 0, 335 336 descr->width,
Note:
See TracChangeset
for help on using the changeset viewer.