mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 17:19:19 +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"/>
|
||||
@ -2190,7 +2196,7 @@ in <var>PPI</var>.
|
||||
</p>
|
||||
<p>
|
||||
<var>Details</var> contains the theme element, part, and state values which
|
||||
identify a themed element or one of its constituent parts.
|
||||
identify a themed element or one of its constituent parts.
|
||||
</p>
|
||||
<p>
|
||||
<var>PPI</var> contains the Pixels per Inch values used to scale the size
|
||||
|
Loading…
Reference in New Issue
Block a user