gtk1 interfaces: added TForm.AlphaBlend and TFrom.AlphaBlendValue to the restricted properties, because AlphaBlending is not possible with gtk1 (issue #17730)

git-svn-id: trunk@28049 -
This commit is contained in:
vincents 2010-11-03 08:05:53 +00:00
parent 47fd01ddcc
commit 3edd6cc7f1

View File

@ -4,6 +4,12 @@
<issue name="TComboBox.DropDownCount">
<short>Combo box DropDownCount property is not supported</short>
</issue>
<issue name="TForm.AlphaBlend">
<short>Alpha blending is not possible with gtk1</short>
</issue>
<issue name="TForm.AlphaBlendValue">
<short>Alpha blending is not possible with gtk1</short>
</issue>
<issue name="TPrinter.FileName">
<short>The format of generated file is system dependant</short>
<descr>The content of file created by using this property depends of the printer backend used, for example when using CUPS (mainly under Unix type systems) it will be postscript while under Windows it will be in a printer unspecified format</descr>