From 8a752b3d74103a54851c7b4622ba00768609521b Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 14 May 2003 12:45:23 +0000 Subject: [PATCH] Forgot to mention negative coords git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2552 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/BgImage/BgImage.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contrib/BgImage/BgImage.txt b/Contrib/BgImage/BgImage.txt index d6562d1c..1862a9c3 100644 --- a/Contrib/BgImage/BgImage.txt +++ b/Contrib/BgImage/BgImage.txt @@ -46,6 +46,7 @@ SetBg /GRADIENT R G B R G B AddImage [/TRANSPARENT R G B] path_to_bitmap X Y Adds an image to the background window at (X,Y) + X and Y can be negative to specify distance from right/bottom Use /TRANSPARENT to make BgImage draw the image transparently Define the transparent color using R G B @@ -58,6 +59,7 @@ AddText text font_handle R G B X Y X Y Use R G B to set the text color The first X Y is for the top left corner of the text box The second X Y is for the bottom right corner of the text box + X and Y can be negative to specify distance from right/bottoms If SetReturn on was called returns "success" on the stack or an error string if there was an error