Pushing order changed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1711 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e4e675537d
commit
aece35f624
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ All but the last used function (which should be Destroy) must use /NOUNLOAD so t
|
|||
Available functions
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Init path_to_bitmap [/FILLSCREEN]
|
||||
Init [/FILLSCREEN] path_to_bitmap
|
||||
Create a new image window
|
||||
Use /FILLSCREEN to make the image fill the screen
|
||||
Do not use in .onInit!
|
||||
|
||||
SetImage path_to_bitmap [/FILLSCREEN]
|
||||
SetImage [/FILLSCREEN] path_to_bitmap
|
||||
Sets a new image to the current timage window
|
||||
Use /FILLSCREEN to make the image fill the screen
|
||||
Do not use in .onInit!
|
||||
|
@ -25,7 +25,7 @@ SetImage path_to_bitmap [/FILLSCREEN]
|
|||
Destroy
|
||||
Destroys the current image window
|
||||
|
||||
Sound path_to_wav [/WAIT]
|
||||
Sound [/WAIT] path_to_wav
|
||||
Plays a wave file
|
||||
Use /WAIT to wait for the sound to finish playing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue