removeToolTip(_:)
Removes the tooltip identified by specified tag.
Declaration
func removeToolTip(_ tag: NSView.ToolTipTag)Parameters
- tag:
An integer tag that is the value returned by a previous Addtooltip(_:owner:userdata:) message.
Removes the tooltip identified by specified tag.
func removeToolTip(_ tag: NSView.ToolTipTag)An integer tag that is the value returned by a previous Addtooltip(_:owner:userdata:) message.