it's listbox_HWND not combo_HWND
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5696 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bbebb7cef4
commit
57364fde81
1 changed files with 6 additions and 6 deletions
|
@ -727,37 +727,37 @@ SectionEnd</pre></blockquote>
|
|||
|
||||
<h3><a name="mref-lbaddstring"></a>NSD_LB_AddString</h3>
|
||||
|
||||
<p><code>${NSD_LB_AddString} <i>combo_HWND</i> <i>string</i></code></p>
|
||||
<p><code>${NSD_LB_AddString} <i>listbox_HWND</i> <i>string</i></code></p>
|
||||
|
||||
<p>Adds a string to a list box.</p>
|
||||
|
||||
<h3><a name="mref-lbdelstring"></a>NSD_LB_DelString</h3>
|
||||
|
||||
<p><code>${NSD_LB_DelString} <i>combo_HWND</i> <i>string</i></code></p>
|
||||
<p><code>${NSD_LB_DelString} <i>listbox_HWND</i> <i>string</i></code></p>
|
||||
|
||||
<p>Deletes a string from a list box.</p>
|
||||
|
||||
<h3><a name="mref-lbcleqar">NSD_LB_Clear</a></h3>
|
||||
|
||||
<p><code>${NSD_LB_Clear} <i>combo_HWND</i></code></p>
|
||||
<p><code>${NSD_LB_Clear} <i>listbox_HWND</i></code></p>
|
||||
|
||||
<p>Deletes all strings from a list box.</p>
|
||||
|
||||
<h3><a name="mref-lbgetcount">NSD_LB_GetCount</a></h3>
|
||||
|
||||
<p><code>${NSD_LB_GetCount} <i>combo_HWND</i> <i>output_variable</i></code></p>
|
||||
<p><code>${NSD_LB_GetCount} <i>listbox_HWND</i> <i>output_variable</i></code></p>
|
||||
|
||||
<p>Retrieves the number of strings from a list box.</p>
|
||||
|
||||
<h3><a name="mref-lbselectstring"></a>NSD_LB_SelectString</h3>
|
||||
|
||||
<p><code>${NSD_LB_SelectString} <i>combo_HWND</i> <i>string</i></code></p>
|
||||
<p><code>${NSD_LB_SelectString} <i>listbox_HWND</i> <i>string</i></code></p>
|
||||
|
||||
<p>Selects a string in a list box.</p>
|
||||
|
||||
<h3><a name="mref-lbgetselection">NSD_LB_GetSelection</a></h3>
|
||||
|
||||
<p><code>${NSD_LB_GetSelection} <i>combo_HWND</i> <i>output_variable</i></code></p>
|
||||
<p><code>${NSD_LB_GetSelection} <i>listbox_HWND</i> <i>output_variable</i></code></p>
|
||||
|
||||
<p>Retrieves the selected stringed from a list box. Returns an empty string if no string is selected.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue