added TRANSPARENT flag for BITMAP fields
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3881 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
785e54440f
commit
31542c6ea4
3 changed files with 75 additions and 0 deletions
|
@ -492,6 +492,13 @@ resize the image to the size of the control. Also useful to support
|
|||
custom DPI settings. Without this, the image will be centered
|
||||
within the specified area.</td>
|
||||
</tr>
|
||||
<td class="righttable">TRANSPARENT</td>
|
||||
<td class="righttable">Used by "<em>Bitmap</em>" controls. Hides
|
||||
every pixel with the same color as of the top left pixel. This
|
||||
allows to see-through to controls behind it. This flag doesn't
|
||||
work well with a combination of the RESIZETOFIT flag and bitmaps
|
||||
with more than 256 colors.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="righttable">GROUP</td>
|
||||
<td class="righttable">Add this flag to the first control of a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue