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