From 0c2333e69f1d9a4044c27dabd13c5eebed9f9b14 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 11 Mar 2006 10:42:03 +0000 Subject: [PATCH] link to GetDlgItem git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4564 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/ui.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/ui.but b/Docs/src/ui.but index 21bf4d86..d26e2bf9 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -131,7 +131,7 @@ Sets mode at which commands print their status. None has commands be quiet, list \c hwnd [/BRANDING] [text_color] [transparent|bg_color] -Sets a background color and the text color for a static control, edit control, button or a dialog. \e{text_color} and \e{bg_color} don't accept variables. Use GetDlgItem to get the handle (HWND) of the control. To make the control transparent specify "transparent" as the background color value. You can also specify /BRANDING with or without text color and background color to make the control completely gray (or any other color you choose). This is used by the branding text control in the MUI. +Sets a background color and the text color for a static control, edit control, button or a dialog. \e{text_color} and \e{bg_color} don't accept variables. Use \R{getdlgitem}{GetDlgItem} to get the handle (HWND) of the control. To make the control transparent specify "transparent" as the background color value. You can also specify /BRANDING with or without text color and background color to make the control completely gray (or any other color you choose). This is used by the branding text control in the MUI. \c FindWindow $0 "#32770" "" $HWNDPARENT \c GetDlgItem $0 $0 1006