Warning atk_add_focus_tracker is deprecated and should not be used in newly-written code. This method is deprecated since ATK version 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 state-changed:focused signal. Adds the specified function to the list of functions to be called when an object receives focus.
Adds the specified function to the list of functions to be called when an ATK event of type event_type occurs.
Adds the specified function to the list of functions to be called when a key event occurs. The data element will be passed to the AtkKeySnoopFunc (listener) as the func_data param, on notification.
Warning atk_focus_tracker_init is deprecated and should not be used in newly-written code. This method is deprecated since ATK version 2.9.4. Focus tracking has been dropped as a feature to be implemented by ATK itself. Specifies the function to be called for focus tracker initialization. This function should be called by an implementation of the ATK interface if any specific work needs to be done to enable focus tracking.
Warning atk_focus_tracker_notify is deprecated and should not be used in newly-written code. This method is deprecated since ATK version 2.9.4. Focus tracking has been dropped as a feature to be implemented by ATK itself. Cause the focus tracker functions which have been specified to be executed for the object.
Gets the currently focused object. Since 1.6
Gets the root accessible container for the current application.
Gets name string for the GUI toolkit implementing ATK for this application.
Gets version string for the GUI toolkit implementing ATK for this application.
Gets the current version for ATK. Since 1.20
Warning atk_remove_focus_tracker is deprecated and should not be used in newly-written code. This method is deprecated since ATK version 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 state-changed:focused signal. Removes the specified focus tracker from the list of functions to be called when any object receives focus.
listener_id is the value returned by atk_add_global_event_listener when you registered that event listener. Toolkit implementor note: Atk provides a default implementation for this virtual method, and that implementation should be enough for most of the cases. You should have a really good reason to reimplement this method. Removes the specified event listener
listener_id is the value returned by atk_add_key_event_listener when you registered that event listener. Removes the specified event listener.
A set of ATK utility functions which are used to support event registration of various types, and obtaining the 'root' accessible of a process and information about the current ATK implementation and toolkit version.