typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4142 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fbfc791091
commit
e1df2c830c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
Makes the installer window visible and brings it to the top of the window list. If an application was executed that shows itself in front of the installer, a BringToFront would bring the installer back in focus.
|
||||
|
||||
Recent Windows versions restrict the setting of foreground windows. If the user if working with another application during installation, the user may be notifed using a different method.
|
||||
Recent Windows versions restrict the setting of foreground windows. If the user is working with another application during installation, the user may be notifed using a different method.
|
||||
|
||||
\S2{createfont} CreateFont
|
||||
|
||||
|
@ -45,7 +45,7 @@ Enables or disables mouse and keyboard input to the specified window or control.
|
|||
Searches for a window. Behaves like the win32 FindWindowEx(). Searches by windowclass (and/or windowtitle if specified). If windowparent or childafter are specified, the search will be restricted as such. If windowclass or windowtitle is specified as "", they will not be used for the search. If the window is not found, the user variable returned is 0. To accomplish old-style FindWindow behavior, use FindWindow with SendMessage.
|
||||
|
||||
\c FindWindow $0 "#32770" "" $HWNDPARENT
|
||||
\c FIndWindow $0 "my window class" "my window title"
|
||||
\c FindWindow $0 "my window class" "my window title"
|
||||
|
||||
\S2{getdlgitem} GetDlgItem
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue