ComponentT.removeFocusHandler

Remove the handler specified by @handler_id from the list of functions to be executed when this object receives focus events (in or out).

More...
template ComponentT(TStruct)
void
removeFocusHandler
()

Parameters

handlerId uint

the handler id of the focus handler to be removed from @component

Detailed Description

Deprecated: If you need to track when an object gains or lose the focus, use the #AtkObject::state-change "focused" notification instead.

Meta