Function

Atk-1.0Atkremove_focus_trackerDeprecated 2.9.4

  • Removes the specified focus tracker from the list of functions to be called when any object receives focus.

    Parameters

    • Deprecatedtracker_id: number

      the id of the focus tracker to remove

    Returns void

    since 2.9.4: Focus tracking has been dropped as a feature to be implemented by ATK itself. If you need focus tracking on your implementation, subscribe to the Atk.Object.SignalSignatures.state_change | Atk.Object::state-change "focused" signal.