Contents

candidateListTouchBarItem(_:changedCandidateListVisibility:)

Tells the delegate that the visibility of the candidate list has changed.

Declaration

@MainActor optional func candidateListTouchBarItem(_ anItem: NSCandidateListTouchBarItem<AnyObject>, changedCandidateListVisibility isVisible: Bool)

Parameters

  • anItem:

    The candidate list item whose candidate list’s visibility has changed.

  • isVisible:

    A Boolean value that specifies whether or not the candidate list is visible. If True then the candidate list is visible, False otherwise.