Replaced .onStaticBkColor with .onInitDialog

Added SetStaticBkColor


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@729 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-25 10:49:47 +00:00
parent b5edc36eaa
commit 156b243620

View file

@ -69,6 +69,7 @@ enum
EW_SENDMESSAGE, // SendMessage: 5 [output, hwnd, msg, lparam, wparam]
EW_ISWINDOW, // IsWindow: 3 [hwnd, jump_if_window, jump_if_notwindow]
EW_GETDLGITEM, // GetDlgItem: 3 [outputvar, dialog, item_id]
EW_SETWINDOWLONG, // SetStaticBkColor: 2 [hwnd, color]
EW_SHELLEXEC, // ShellExecute program: 4, [shell action, complete commandline, parameters, showwindow]
@ -246,7 +247,7 @@ typedef struct
int code_onInstFailed;
int code_onUserAbort;
int code_onNextPage;
int code_onStaticCtlBkColor;
int code_onInitDialog;
#endif//NSIS_SUPPORT_CODECALLBACKS
char show_details;