From 807dd2ca0339ed7be72f4a6960031c771941b9fa Mon Sep 17 00:00:00 2001 From: dsiders Date: Sun, 25 Jun 2023 21:48:33 +0100 Subject: [PATCH] Docs: LCL/forms. Adds THintWindow.HintControl topic for changes in 58645a39. --- docs/xml/lcl/forms.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/xml/lcl/forms.xml b/docs/xml/lcl/forms.xml index eecf0cd6eb..5c209b833b 100644 --- a/docs/xml/lcl/forms.xml +++ b/docs/xml/lcl/forms.xml @@ -3389,7 +3389,7 @@ edge on a monitor, and value(s) in WindowPos were changed. No actions are performed in the method if SnapToMonitor is not enabled in the Opts argument. In this case, the return value is False.

- + @@ -6448,7 +6448,7 @@ Calls Screen.AddForm to register the form instance on the current screen.
  • -Allocates resources for the SnapOptions property. +Allocates resources for the SnapOptions property.
  • @@ -9494,6 +9494,7 @@ HintWindow.ActivateHint(Rect, 'This is the hint');
    + Adjusts HintRect to fit on the current monitor. @@ -10053,6 +10054,28 @@ Pointer to data used to formulate text displayed in the hint window. + + +Windowed control which is the parent for the hint window. + + +

    +HintControl is an experimental TControl property which +contains a reference to the windowed control to which the hint window is +attached. Its value is assigned in the TApplication.ShowHintWindow method to +the HintControl property provided by the Application. The value is used in the +GTK3 widgetset to provide a handle that identifies the parent widget; hence, +its experimental designation. +

    +
    + +Added in LCL version 3.0. + + + + +
    + Does the hint disappear (get hidden) after a while?