git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6322 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d5962e9b67
commit
e173cd33a4
8 changed files with 40 additions and 12 deletions
|
@ -651,7 +651,7 @@ SectionEnd</pre></blockquote>
|
|||
|
||||
<h3><a name="mref-onback"></a>NSD_OnBack</h3>
|
||||
|
||||
<p><code>${NSD_OnBack} <i>function_address</i></code></p>
|
||||
<p><code>${NSD_OnBack} <i>function_name</i></code></p>
|
||||
|
||||
<p>See <a href="#ref-onback">OnBack</a> for more details.</p>
|
||||
|
||||
|
@ -659,7 +659,7 @@ SectionEnd</pre></blockquote>
|
|||
|
||||
<h3><a name="mref-onchange"></a>NSD_OnChange</h3>
|
||||
|
||||
<p><code>${NSD_OnChange} <i>control_HWND</i> <i>function_address</i></code></p>
|
||||
<p><code>${NSD_OnChange} <i>control_HWND</i> <i>function_name</i></code></p>
|
||||
|
||||
<p>See <a href="#ref-onchange">OnChange</a> for more details.</p>
|
||||
|
||||
|
@ -667,25 +667,25 @@ SectionEnd</pre></blockquote>
|
|||
|
||||
<h3><a name="mref-onclick"></a>NSD_OnClick</h3>
|
||||
|
||||
<p><code>${NSD_OnClick} <i>control_HWND</i> <i>function_address</i></code></p>
|
||||
<p><code>${NSD_OnClick} <i>control_HWND</i> <i>function_name</i></code></p>
|
||||
|
||||
<p>See <a href="#ref-onclick">OnClick</a> for more details.</p>
|
||||
|
||||
<h3><a name="mref-onnotify"></a>NSD_OnNotify</h3>
|
||||
|
||||
<p><code>${NSD_OnNotify} <i>control_HWND</i> <i>function_address</i></code></p>
|
||||
<p><code>${NSD_OnNotify} <i>control_HWND</i> <i>function_name</i></code></p>
|
||||
|
||||
<p>See <a href="#ref-onnotify">OnNotify</a> for more details.</p>
|
||||
|
||||
<h3><a name="mref-createtimer"></a>NSD_CreateTimer</h3>
|
||||
|
||||
<p><code>${NSD_CreateTimer} <i>function_address</i> <i>timer_interval</i></code></p>
|
||||
<p><code>${NSD_CreateTimer} <i>function_name</i> <i>timer_interval</i></code></p>
|
||||
|
||||
<p>See <a href="#ref-createtimer">CreateTimer</a> for more details.</p>
|
||||
|
||||
<h3><a name="mref-killtimer"></a>NSD_KillTimer</h3>
|
||||
|
||||
<p><code>${NSD_KillTimer} <i>function_address</i></code></p>
|
||||
<p><code>${NSD_KillTimer} <i>function_name</i></code></p>
|
||||
|
||||
<p>See <a href="#ref-killtimer">KillTimer</a> for more details.</p>
|
||||
|
||||
|
@ -876,7 +876,7 @@ SectionEnd</pre></blockquote>
|
|||
|
||||
<p><code>${NSD_SetIconFromInstaller} <i>control_HWND</i> <i>output_variable</i></code></p>
|
||||
|
||||
<p>Loads the icon used in the isntaller and displays it on <i>control_HWND</i> created by <a href="#mref-create">${NSD_CreateIcon}</a>. The image handle is stored in <i>output_variable</i> and should be freed using <a href="#mref-freeicon">${NSD_FreeIcon}</a> once no longer necessary.</p>
|
||||
<p>Loads the icon used in the installer and displays it on <i>control_HWND</i> created by <a href="#mref-create">${NSD_CreateIcon}</a>. The image handle is stored in <i>output_variable</i> and should be freed using <a href="#mref-freeicon">${NSD_FreeIcon}</a> once no longer necessary.</p>
|
||||
|
||||
<h3><a name="mref-clearimage"></a>NSD_ClearImage</h3>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue