Ordering and some new functions documented
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1752 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2af7e27077
commit
d4e64eda23
2 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
bin\halibut.exe config.but intro.but usage.but script.but functions.but callback.but var.but labels.but pages.but attributes.but compilerflags.but sections.but usection.but basic.but registry.but generalpurpose.but flowcontrol.but file.but misc.but string.but stack.but int.but reboot.but log.but sec.but ui.but langs.but plugin.but compiler.but defines.but history.but modernui.but usefulfunc.but credits.but license.but
|
||||
bin\halibut.exe config.but intro.but usage.but script.but functions.but callback.but var.but labels.but pages.but attributes.but compilerflags.but sections.but usection.but basic.but registry.but generalpurpose.but flowcontrol.but file.but misc.but string.but stack.but int.but reboot.but log.but sec.but ui.but langs.but plugin.but compiler.but defines.but modernui.but usefulfunc.but history.but credits.but license.but
|
||||
@copy Contents.html index.html
|
||||
@copy index.html IndexPage.html
|
||||
@copy *.html ..\\
|
||||
|
|
|
@ -73,3 +73,15 @@ Sets mode at which commands print their status. None has commands be quiet, list
|
|||
\c hwnd color
|
||||
|
||||
Sets a background color for a static control. Use GetDlgItem to get the handle (HWND) of the static control.
|
||||
|
||||
\S2{setwindowlong} SetWindowLong
|
||||
|
||||
\c hwnd index new_long
|
||||
|
||||
Same as \W{http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/windowing/windowclasses/windowclassreference/windowclassfunctions/setwindowlong.asp}{Windows SetWindowLong}.
|
||||
|
||||
\S2{showwindow} ShowWindow
|
||||
|
||||
\c hwnd show_state
|
||||
|
||||
Sets the visibilty of a window. Possible show_states are the same as \W{http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/showwindow.asp}{Widnows ShowWindow} function. SW_* are defined in \W{../Examples/WinMessages.nsh}{Examples\\WinMessages.nsh}.
|
Loading…
Add table
Add a link
Reference in a new issue