Updated SetBKColor and Changelog

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2388 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
flizebogen 2003-03-28 20:45:40 +00:00
parent 9cc76210b4
commit 01b0fb71f0
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
\A{history} Release History
\e{v2.0b4}
\b Controls can be transparent using \R{setbkcolor}{SetBkColor}
\b Added LicenseForceSelection
\e{v2.0b3}
\b Modern UI 1.63: Header bitmap support, new defines to change the description area, single macro for language selection dialog, more!

View file

@ -84,7 +84,7 @@ Sets mode at which commands print their status. None has commands be quiet, list
\c hwnd color
Sets a background color for a static control, edit control, button or a dialog. Use GetDlgItem to get the handle (HWND) of the control. \e{Do not} use this on branding image controls!
Sets a background color for a static control, edit control, button or a dialog. Use GetDlgItem to get the handle (HWND) of the control. To make the control transparent specify "transparent" as the color value. \e{Do not} use this on branding image controls!
\S2{showwindow} ShowWindow