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:
kichik 2002-11-15 21:08:34 +00:00
parent 2af7e27077
commit d4e64eda23
2 changed files with 13 additions and 1 deletions

View file

@ -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}.