- ComboLBox is always created as child of ComboBox. If ComboBox has style
commit9926d334507033a5a693c416603a630115b91b8e
authorSerge Ivanov <sergei@corel.ca>
Wed, 7 Jun 2000 03:48:02 +0000 (7 03:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 7 Jun 2000 03:48:02 +0000 (7 03:48 +0000)
treeeb3e907491562403d04e14b769d5a5dd1ea3c84e
parent9eedcf5852fb7a0a53da83c353c8b09c8630e1d9
- ComboLBox is always created as child of ComboBox. If ComboBox has style
  other than CBS_SIMPLE, parent of listbox is set to desktop.
- In CBDropDown. ComboBox uses only first item to calculate height of
  dropped listbox. Also if listbox is empty its height is unmodified
  (previously it was set to 0).
- Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
- General clean-up. Message order is now more precise (at least
  notifications to client); listbox - combobox interaction has slight
  differences comparing to Windows.
controls/combo.c
include/combo.h