Sweden-Number/controls
David Grant 8a92213111 - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
- Edit text must be selected only if CB is in focus.
- If CB has edit control we have to call CBUpdateEdit to update its
  contents. Invalidating textRect will not force updating of child
  edit control, obviously.
- We have to protect ourselves from changing selection in listbox when
  we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
  EN_CHANGE will not reselect item in the lisbox.
2000-05-30 17:48:33 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
EDIT.TODO Release 970415 1997-04-15 17:19:52 +00:00
Makefile.in Release 980913 1998-09-13 16:32:00 +00:00
button.c Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button 2000-05-12 21:51:09 +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 Henning Hoffmann 2000-05-26 01:24:56 +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 Serge Ivanov 2000-05-26 22:28:34 +00:00
menu.c Post a WM_CANCELMODE message to wake up the internal menu handling 2000-05-23 23:34:17 +00:00
scroll.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
static.c The static control only needs to invalidate its rect when we SetText. 2000-03-08 18:22:51 +00:00
uitools.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
widgets.c The MDIClient class must be registered with the IDC_ARROW cursor. 1999-09-19 14:11:41 +00:00