focus_tracker_notify
Description:
[ CCode ( cname = "atk_focus_tracker_notify" ) ]
[ Version ( deprecated = true , deprecated_since = "2.9.4" ) ]
public static void focus_tracker_notify (Object object)
  [ Version ( deprecated = true , deprecated_since = "2.9.4" ) ]
public static void focus_tracker_notify (Object object)
Warning: focus_tracker_notify is deprecated since 2.9.4.
Cause the focus tracker functions which have been specified to be executed for the object.
Note: 
      
        
    
    Focus tracking has been dropped as a feature to be implemented by ATK itself.
As focus_event was deprecated in favor of a state_change signal, in order to notify a focus change on your implementation, you can use notify_state_change instead.
Parameters:
| object | an Object |