mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-28 11:37:19 +01:00
Docs: LCL/themes. Adds deprecation notice to TThemeServies.GetDetailSize for changes in c1493476.
This commit is contained in:
parent
4db382d762
commit
82928b42c1
@ -2105,15 +2105,21 @@ state.
|
|||||||
|
|
||||||
<element name="TThemeServices.GetDetailSize">
|
<element name="TThemeServices.GetDetailSize">
|
||||||
<short>
|
<short>
|
||||||
Gets the default dimensions for the specified theme element detail.
|
Deprecated. Use GetDetailSizeForPPI instead.
|
||||||
</short>
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
|
Gets the default dimensions for the specified theme element detail.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
Calls GetDetailSizeForPPI to get the return value for the method. -1 in the
|
Calls GetDetailSizeForPPI to get the return value for the method. -1 in the
|
||||||
Width and Height for the <var>TSize</var> instance means the size for the theme
|
Width and Height for the <var>TSize</var> instance means the size for the theme
|
||||||
element detail is not known.
|
element detail is not known.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
|
<version>
|
||||||
|
Deprecated in Lazarus version 2.3.0 or higher.
|
||||||
|
</version>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TThemeServices.GetDetailSizeForPPI"/>
|
<link id="TThemeServices.GetDetailSizeForPPI"/>
|
||||||
<link id="TThemedElementDetails"/>
|
<link id="TThemedElementDetails"/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user