wine/controls
Serge Ivanov 9eedcf5852 - 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.
2000-06-07 03:47:34 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
button.c Attempt to paint the checkbox and radio buttons better. 2000-06-04 01:32:59 +00:00
combo.c - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT. 2000-05-30 17:48:33 +00:00
desktop.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
edit.c - Removed dependency of edit control from combobox implementation. 2000-06-07 03:47:34 +00:00
EDIT.TODO Release 970415 1997-04-15 17:19:52 +00:00
icontitle.c Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
listbox.c - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent) 2000-06-07 03:46:57 +00:00
Makefile.in Release 980913 1998-09-13 16:32:00 +00:00
menu.c Lots of spelling fixes that accumulated in my tree again, made several 2000-06-01 23:28:25 +00:00
scroll.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
static.c MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is 2000-06-01 22:46:51 +00:00
uitools.c Attempt to paint the checkbox and radio buttons better. 2000-06-04 01:32:59 +00:00
widgets.c Louis-Philippe Gagnon (of Macadamian for Corel) 2000-06-01 23:15:49 +00:00