company logo

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

Implementation details

  1. 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.

  2. to list
  3. 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
  4. to list