Enable/disable the HUD text for the specified grid position. Create placeholder HUD text if it does not yet exist.
This applies to the current active WindowProxy.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | row |
Row in the grid to set. |
||
| integer(kind=int32), | intent(in) | :: | col |
Column in the grid to set. |
||
| logical, | intent(in) | :: | enable |
Whether to enable or disable the HUD text. |