Added RichEdit NSD control
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6910 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0322da94b2
commit
9e9ab4029c
4 changed files with 48 additions and 8 deletions
|
@ -232,6 +232,7 @@ Password,
|
|||
Number,
|
||||
FileRequest,
|
||||
DirRequest,
|
||||
RichEdit,
|
||||
ComboBox,
|
||||
DropList,
|
||||
ListBox,
|
||||
|
@ -533,6 +534,7 @@ SectionEnd</pre></blockquote>
|
|||
<li>${NSD_CreateNumber}</li>
|
||||
<li>${NSD_CreateFileRequest}</li>
|
||||
<li>${NSD_CreateDirRequest}</li>
|
||||
<li>${NSD_CreateRichEdit}</li>
|
||||
<li>${NSD_CreateComboBox}</li>
|
||||
<li>${NSD_CreateDropList}</li>
|
||||
<li>${NSD_CreateListBox}</li>
|
||||
|
@ -663,8 +665,8 @@ SectionEnd</pre></blockquote>
|
|||
<p><code>${NSD_LB_DelItem} <i>listbox_HWND</i> <i>itemindex</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>listbox_HWND</i></code></p>
|
||||
<h3><a name="mref-lbclear">NSD_LB_Clear</a></h3>
|
||||
<p><code>${NSD_LB_Clear} <i>listbox_HWND</i> <i>$output</i></code></p>
|
||||
<p>Deletes all strings from a list box.</p>
|
||||
|
||||
<h3><a name="mref-lbgetcount">NSD_LB_GetCount</a></h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue