From fb4097c96f128b6b81c52260a75f13c5dfb4c089 Mon Sep 17 00:00:00 2001 From: rainwater Date: Sat, 2 Nov 2002 01:51:41 +0000 Subject: [PATCH] added checkbitmap parameter git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1554 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index d30ca262..3d347a96 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -62,6 +62,8 @@ Replaces dialog (\e{IDD_LICENSE}, \e{IDD_DIR}, \e{IDD_SELCOM}, \e{IDD_INST}, \e{ \H{acheckbitmap} CheckBitmap +\c bitmap.bmp + Specifies the bitmap with the images used for the checks of the component-selection page treeview. This bitmap should have a size of 96x16 pixels and contain six 16x16 images for the different states (in order: selection mask, not checked, checked, greyed out, unchecked & read-only, checked & read-only). Use magenta as mask color (this area will be transparent).