From f3b747a35dd50200634ef53ce506512fe84be497 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 14 Jan 2005 15:18:37 +0000 Subject: [PATCH] added information about 9th bit of the section flags git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3870 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/sec.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/sec.but b/Docs/src/sec.but index a15d98aa..792d9755 100644 --- a/Docs/src/sec.but +++ b/Docs/src/sec.but @@ -4,7 +4,7 @@ \c section_index section_flags -Sets the section's flags. The flag is a 32 bit integer. The first bit (lowest) represents whether the section is currently enabled, the second bit represents whether the section is a section group (don't modify this unless you really know what you are doing), the third bit represents whether the section is a section group end (again, don't modify), the fourth bit represents whether the section is shown in bold or not, the fifth bit represents whether the section is read-only, the sixth bit represents whether the section group is to be automatically expanded, the seventh bit is set for section groups which are partially selected and the eighth bit is internally used for partially selected section group toggling. The error flag will be set if an out of range section is specified. +Sets the section's flags. The flag is a 32 bit integer. The first bit (lowest) represents whether the section is currently enabled, the second bit represents whether the section is a section group (don't modify this unless you really know what you are doing), the third bit represents whether the section is a section group end (again, don't modify), the fourth bit represents whether the section is shown in bold or not, the fifth bit represents whether the section is read-only, the sixth bit represents whether the section group is to be automatically expanded, the seventh bit is set for section groups which are partially selected, the eighth bit is internally used for partially selected section group toggling and the ninth bit is used for reflecting section name changes. The error flag will be set if an out of range section is specified. For an example of usage please see the \L{../Examples/one-section.nsi}{one-section.nsi} example.