SetStaticBkColor -> SetBkColor, now works for dialogs, buttons, edit boxes and list boxes (only in IO)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2347 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2e9cb6d4e9
commit
03cafaf818
15 changed files with 68 additions and 68 deletions
|
@ -80,17 +80,11 @@ Shows or hides the details, depending on which parameter you pass. Overrides the
|
|||
|
||||
Sets mode at which commands print their status. None has commands be quiet, listonly has status text only added to the listbox, textonly has status text only printed to the status bar, and both enables both (the default). For extracting many small files, textonly is recommended (especially on win9x with smooth scrolling enabled).
|
||||
|
||||
\S2{setstaticbkcolor} SetStaticBkColor
|
||||
\S2{setbkcolor} SetBkColor
|
||||
|
||||
\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}.
|
||||
Sets a background color for a static control, edit control, button or a dialog. Use GetDlgItem to get the handle (HWND) of the control. \e{Do not} use this on branding image controls!
|
||||
|
||||
\S2{showwindow} ShowWindow
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue