Layout :: toolTip - Tool tip
Tool tips can be provided in order to be displayed, when the mouse stops over a control or data item.
Return value: Text string ( odaba::String & )
Implementation overview
- Get tool tip text
Layout :: toolTip (  ) - Change tool tip
Layout :: toolTip ( sText )
Implementation details
-
Get tool tip text
odaba::String Layout  :: toolTip (  )
The function returns the tool tip text currently set for the layout. The text is a copy from the tool tip text. In order to apply modified text, the text has to be set after being modified.
to list
-
Change tool tip
odaba::String Layout  :: toolTip ( odaba::String &sText )
The function replaces the tool tip text completely by the text passed in sText.
- sText - Text string
to list