CHM documentation generates using Halibut. Thanks Nike!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3090 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
43bd7d565f
commit
2cb320edb5
24 changed files with 268 additions and 57 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
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 subsection (don't modify this unless you really know what you are doing), the third bit represents whether the section is a subsection 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 and the sixth bit represents whether the sub-section is to be automatically expanded. The error flag will be set if an out of range section is specified.
|
||||
|
||||
For an example of usage please see the \W{../Examples/one-section.nsi}{one-section.nsi} example.
|
||||
For an example of usage please see the \L{../Examples/one-section.nsi}{one-section.nsi} example.
|
||||
|
||||
\S2{sectiongetflags} SectionGetFlags
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue