applied patch #1762003 - Modern UI MUI_CUSTOMFUNCTION_MOUSEOVERSECTION

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5221 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-07-27 16:46:37 +00:00
parent 13989c1965
commit fc252efe60
2 changed files with 10 additions and 0 deletions

View file

@ -1185,6 +1185,10 @@ macros.</p>
<strong>MUI_CUSTOMFUNCTION_ABORT</strong> <span class=
"parameter">function</span><br />
<strong>MUI_CUSTOMFUNCTION_UNABORT</strong> <span class=
"parameter">function</span><br />
<strong>MUI_CUSTOMFUNCTION_MOUSEOVERSECTION</strong> <span class=
"parameter">function</span><br />
<strong>MUI_CUSTOMFUNCTION_UNMOUSEOVERSECTION</strong> <span class=
"parameter">function</span></p>
</div>
<h3><img class="trigger" alt="Open/Close section" id="trigger_cfpg"

View file

@ -507,6 +507,9 @@ Var /GLOBAL MUI_TEMP2
!verbose ${MUI_VERBOSE}
!insertmacro MUI_DESCRIPTION_END
!ifdef MUI_CUSTOMFUNCTION_ONMOUSEOVERSECTION
Call "${MUI_CUSTOMFUNCTION_ONMOUSEOVERSECTION}"
!endif
FunctionEnd
!verbose pop
@ -531,6 +534,9 @@ Var /GLOBAL MUI_TEMP2
!verbose ${MUI_VERBOSE}
!insertmacro MUI_DESCRIPTION_END
!ifdef MUI_CUSTOMFUNCTION_UNONMOUSEOVERSECTION
Call "${MUI_CUSTOMFUNCTION_UNONMOUSEOVERSECTION}"
!endif
FunctionEnd
!verbose pop