From 01b0fb71f0cddd5ecf34a404c89a3a671935573c Mon Sep 17 00:00:00 2001 From: flizebogen Date: Fri, 28 Mar 2003 20:45:40 +0000 Subject: [PATCH] Updated SetBKColor and Changelog git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2388 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/history.but | 6 ++++++ Docs/src/ui.but | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Docs/src/history.but b/Docs/src/history.but index 1bf04970..6d14d355 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -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! diff --git a/Docs/src/ui.but b/Docs/src/ui.but index 94fb9c00..77e5ca2e 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -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