mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:19:24 +02: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">
|
||||
<short>
|
||||
Gets the default dimensions for the specified theme element detail.
|
||||
Deprecated. Use GetDetailSizeForPPI instead.
|
||||
</short>
|
||||
<descr>
|
||||
<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
|
||||
Width and Height for the <var>TSize</var> instance means the size for the theme
|
||||
element detail is not known.
|
||||
</p>
|
||||
</descr>
|
||||
<version>
|
||||
Deprecated in Lazarus version 2.3.0 or higher.
|
||||
</version>
|
||||
<seealso>
|
||||
<link id="TThemeServices.GetDetailSizeForPPI"/>
|
||||
<link id="TThemedElementDetails"/>
|
||||
|
Loading…
Reference in New Issue
Block a user