added LBS_NOTIFY for list boxes to enable notification
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5250 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d7881c29c8
commit
f841020370
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ Header file for creating custom installer pages with nsDialogs
|
|||
!define __NSD_ComboBox_EXSTYLE ${WS_EX_WINDOWEDGE}|${WS_EX_CLIENTEDGE}
|
||||
|
||||
!define __NSD_ListBox_CLASS LISTBOX
|
||||
!define __NSD_ListBox_STYLE ${DEFAULT_STYLES}|${WS_TABSTOP}|${WS_VSCROLL}|${LBS_DISABLENOSCROLL}|${LBS_HASSTRINGS}|${LBS_NOINTEGRALHEIGHT}
|
||||
!define __NSD_ListBox_STYLE ${DEFAULT_STYLES}|${WS_TABSTOP}|${WS_VSCROLL}|${LBS_DISABLENOSCROLL}|${LBS_HASSTRINGS}|${LBS_NOINTEGRALHEIGHT}|${LBS_NOTIFY}
|
||||
!define __NSD_ListBox_EXSTYLE ${WS_EX_WINDOWEDGE}|${WS_EX_CLIENTEDGE}
|
||||
|
||||
!macro __NSD_DefineControl NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue