mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-16 18:50:30 +01:00
Docs: LazControls/checkboxthemed. Updates topics for theme services changes in c1493476.
This commit is contained in:
parent
82928b42c1
commit
305ac17c42
@ -198,17 +198,6 @@ Sets an internal flag used to track mouse hover, and redraws the control.
|
|||||||
<element name="TCustomCheckBoxThemed.FThemeCheckBoxSize"/>
|
<element name="TCustomCheckBoxThemed.FThemeCheckBoxSize"/>
|
||||||
|
|
||||||
<!-- protected members, methods, properties, and constants -->
|
<!-- protected members, methods, properties, and constants -->
|
||||||
<element name="TCustomCheckBoxThemed.GetCheckBoxSize">
|
|
||||||
<short>
|
|
||||||
Gets the dimensions for the check box in the control scaled to the given
|
|
||||||
display density.
|
|
||||||
</short>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<element name="TCustomCheckBoxThemed.GetCheckBoxSize.Result">
|
|
||||||
<short>TSize instance with the dimensions for the check box.</short>
|
|
||||||
</element>
|
|
||||||
<element name="TCustomCheckBoxThemed.GetCheckBoxSize.PixelsPerInch">
|
<element name="TCustomCheckBoxThemed.GetCheckBoxSize.PixelsPerInch">
|
||||||
<short>
|
<short>
|
||||||
Design-time PPI setting used to scale to the PPI setting for the screen.
|
Design-time PPI setting used to scale to the PPI setting for the screen.
|
||||||
@ -282,8 +271,8 @@ Gets the size needed for the check box when drawn using ThemeServices.
|
|||||||
<p>
|
<p>
|
||||||
<var>InitCheckBoxSize</var> is a class method used to initialize the member
|
<var>InitCheckBoxSize</var> is a class method used to initialize the member
|
||||||
used to store the check box size when drawn using theme element details.
|
used to store the check box size when drawn using theme element details.
|
||||||
Calls the GetDetailSize method in ThemeServices to store the value for the
|
Calls the GetElementDetails and GetDetailSizeForPPI methods in ThemeServices
|
||||||
TPoint member.
|
to get the values in the TPoint member.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
@ -554,6 +543,26 @@ Internal constant with the space reserved for padding in the control.
|
|||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- public methods and propeties -->
|
<!-- public methods and propeties -->
|
||||||
|
<element name="TCustomCheckBoxThemed.GetCheckBoxSize">
|
||||||
|
<short>
|
||||||
|
Gets the dimensions for the check box in the control scaled to the
|
||||||
|
display density.
|
||||||
|
</short>
|
||||||
|
<descr/>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
<element name="TCustomCheckBoxThemed.GetCheckBoxSize.Result">
|
||||||
|
<short>
|
||||||
|
TSize instance with the dimensions for the check box when scaled to the PPI
|
||||||
|
setting for the display.
|
||||||
|
</short>
|
||||||
|
</element>
|
||||||
|
<element name="TCustomCheckBoxThemed.GetCheckBoxSize.PixelsPerInch">
|
||||||
|
<short>
|
||||||
|
Current Pixels Per Inch (PPI) setting for the check box size.
|
||||||
|
</short>
|
||||||
|
</element>
|
||||||
|
|
||||||
<element name="TCustomCheckBoxThemed.PaintSelf">
|
<element name="TCustomCheckBoxThemed.PaintSelf">
|
||||||
<short>Renders a check box control using the specified parameters.</short>
|
<short>Renders a check box control using the specified parameters.</short>
|
||||||
<descr>
|
<descr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user