- Removed dependency of edit control from combobox implementation.
commit9eedcf5852fb7a0a53da83c353c8b09c8630e1d9
authorSerge Ivanov <sergei@corel.ca>
Wed, 7 Jun 2000 03:47:34 +0000 (7 03:47 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 7 Jun 2000 03:47:34 +0000 (7 03:47 +0000)
tree189eeb50afe8952c0ee9a4d3e9f732edba5f3c78
parent07917e40e87e550932af9dd581fae1b93a149fd1
- Removed dependency of edit control from combobox implementation.
- Edit control uses undocumented window style 0x0200 to detect is it a part
  of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
  window handle (see comments for combo.c below).
- EDIT_CheckCombo - modified for correct handling of keyboard messages.
- Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
  depends on whether listbox is dropped down. This prevents closing of dialog
  if listbox is dropped down and allows combobox to process these keyboard
  messages properly.
controls/edit.c