mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 13:59:26 +02:00
Docs: LCL/themes. Removes deprecation warning on TThemeServices.GetDetailSize. Changed in 1138d262
.
This commit is contained in:
parent
53b17f5614
commit
db6e4eefa6
@ -2105,19 +2105,15 @@ state.
|
||||
|
||||
<element name="TThemeServices.GetDetailSize">
|
||||
<short>
|
||||
Deprecated. Use GetDetailSizeForPPI instead.
|
||||
Gets the default dimensions for the specified theme element detail.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
Gets the default dimensions for the specified theme element detail. 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
|
||||
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 LCL Version 2.4; use GetDetailSizeForPPI instead.
|
||||
</version>
|
||||
<seealso>
|
||||
<link id="TThemeServices.GetDetailSizeForPPI"/>
|
||||
<link id="TThemedElementDetails"/>
|
||||
|
Loading…
Reference in New Issue
Block a user