• David Grant's avatar
    - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT. · 8a922131
    David Grant authored
    - 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.
    8a922131
Name
Last commit
Last update
..
.cvsignore Loading commit data...
EDIT.TODO Loading commit data...
Makefile.in Loading commit data...
button.c Loading commit data...
combo.c Loading commit data...
desktop.c Loading commit data...
edit.c Loading commit data...
icontitle.c Loading commit data...
listbox.c Loading commit data...
menu.c Loading commit data...
scroll.c Loading commit data...
static.c Loading commit data...
uitools.c Loading commit data...
widgets.c Loading commit data...