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
- Get tooltip for action item
ActionItem :: tooltip (  ) - Change action item tooltip text
ActionItem :: tooltip ( sText )
Implementation details
-
Get tooltip for action item
odaba::String ActionItem  :: tooltip (  )
The function returns the tool tip text currently set for the action item.
to list
-
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
to list