company logo

ActionItem :: tooltip - Tool tip

The tool tip is the text displayed as tool tip, e.g. when the mouse is over an action button.

Return value:  String value ( odaba::String  )

Implementation overview

Implementation details

  1. Get tooltip for action item
    odaba::String ActionItem  :: tooltip (  )

    The function returns the tool tip text currently set for the action item.

  2. to list
  3. Change action item tooltip text
    odaba::String ActionItem  :: tooltip ( odaba::String &sText )

    The setter function allows changing the action item tool tip during run-time. In order to make the new tool tip text visible, refresh() has to be called with the action item.

    • sText - Text string
  4. to list