Docs: LCL/extctrls. Updates content and removes TODO item in TCustomTrayIcon.ShowBalloonHint.

This commit is contained in:
dsiders 2022-10-20 20:22:18 +01:00
parent 245f1a7638
commit a8b58da637

View File

@ -7109,7 +7109,9 @@ Implements the AllowAdd method from the IObjInspInterface interface.
<seealso/> <seealso/>
</element> </element>
<element name="TFlowPanelControl.AllowAdd.Result"> <element name="TFlowPanelControl.AllowAdd.Result">
<short/> <short>
Always return <b>False</b>.
</short>
</element> </element>
<element name="TFlowPanelControl.AllowDelete"> <element name="TFlowPanelControl.AllowDelete">
@ -7120,7 +7122,9 @@ Implements the AllowDelete method from the IObjInspInterface interface.
<seealso/> <seealso/>
</element> </element>
<element name="TFlowPanelControl.AllowDelete.Result"> <element name="TFlowPanelControl.AllowDelete.Result">
<short/> <short>
Always return <b>False</b>.
</short>
</element> </element>
<element name="TFlowPanelControl.Control"> <element name="TFlowPanelControl.Control">
@ -7307,7 +7311,9 @@ Used in the Lazarus object inspector.
<seealso/> <seealso/>
</element> </element>
<element name="TFlowPanelControlList.AllowAdd.Result"> <element name="TFlowPanelControlList.AllowAdd.Result">
<short/> <short>
Always return <b>False</b>.
</short>
</element> </element>
<element name="TFlowPanelControlList.AllowDelete"> <element name="TFlowPanelControlList.AllowDelete">
@ -7322,7 +7328,9 @@ Used in the Lazarus object inspector.
<seealso/> <seealso/>
</element> </element>
<element name="TFlowPanelControlList.AllowDelete.Result"> <element name="TFlowPanelControlList.AllowDelete.Result">
<short/> <short>
Always return <b>False</b>.
</short>
</element> </element>
<element name="TCustomFlowPanel"> <element name="TCustomFlowPanel">
@ -8299,6 +8307,10 @@ The balloon hint window disappears after the <var>BalloonHintTimeout</var>
interval has elapsed, or when the user clicks on the close button for the interval has elapsed, or when the user clicks on the close button for the
balloon hint. balloon hint.
</p> </p>
<p>
Native balloon hints are implemented for the Windows, QT4, and QT5 platforms.
Other platforms use the pop-up notifier to emulate the capability.
</p>
</descr> </descr>
<seealso> <seealso>
<link id="TCustomTrayIcon.BalloonHint"/> <link id="TCustomTrayIcon.BalloonHint"/>
@ -8307,9 +8319,6 @@ balloon hint.
<link id="TTimer.Interval"/> <link id="TTimer.Interval"/>
<link id="#lcl.popupnotifier.TPopupNotifier">TPopupNotifier</link> <link id="#lcl.popupnotifier.TPopupNotifier">TPopupNotifier</link>
</seealso> </seealso>
<notes>
<note>TODO: Which platforms actually have native balloon hint support?</note>
</notes>
</element> </element>
<element name="TCustomTrayIcon.GetPosition"> <element name="TCustomTrayIcon.GetPosition">