|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/share/gtk-doc/html/atk/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>AtkUtil</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="ATK - Accessibility Toolkit">
<link rel="up" href="atk.html" title="ATK Library">
<link rel="prev" href="AtkText.html" title="AtkText">
<link rel="next" href="AtkValue.html" title="AtkValue">
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="atk.html" title="ATK Library">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
<link rel="index" href="ix03.html" title="Index of new symbols in ATK 1.3">
<link rel="index" href="ix04.html" title="Index of new symbols in ATK 1.4">
<link rel="index" href="ix05.html" title="Index of new symbols in ATK 1.6">
<link rel="index" href="ix06.html" title="Index of new symbols in ATK 1.9">
<link rel="index" href="ix07.html" title="Index of new symbols in ATK 1.12">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="AtkText.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">ATK - Accessibility Toolkit</th>
<td><a accesskey="n" href="AtkValue.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614438" class="shortcut">Top</a>
 | 
<a href="#id2614840" class="shortcut">Description</a>
 | 
<a href="#id2614816" class="shortcut">Object Hierarchy</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="AtkUtil"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2614438"></a><span class="refentrytitle">AtkUtil</span>
</h2>
<p>AtkUtil — A set of ATK utility functions for event and toolkit support.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
<a href="AtkUtil.html#AtkUtil-struct">AtkUtil</a>;
enum <a href="AtkUtil.html#AtkCoordType">AtkCoordType</a>;
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> <a href="AtkUtil.html#atk-add-focus-tracker">atk_add_focus_tracker</a> (<a href="AtkUtil.html#AtkEventListener">AtkEventListener</a> focus_tracker);
void <a href="AtkUtil.html#atk-remove-focus-tracker">atk_remove_focus_tracker</a> (<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> tracker_id);
void <a href="AtkUtil.html#atk-focus-tracker-init">atk_focus_tracker_init</a> (<a href="AtkUtil.html#AtkEventListenerInit">AtkEventListenerInit</a> init);
void <a href="AtkUtil.html#atk-focus-tracker-notify">atk_focus_tracker_notify</a> (<a href="AtkObject.html" title="AtkObject">AtkObject</a> *object);
void (<a href="AtkUtil.html#AtkEventListener">*AtkEventListener</a>) (<a href="AtkObject.html" title="AtkObject">AtkObject</a> *obj);
void (<a href="AtkUtil.html#AtkEventListenerInit">*AtkEventListenerInit</a>) (void);
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> <a href="AtkUtil.html#atk-add-global-event-listener">atk_add_global_event_listener</a> (<a
href="../gobject/gobject-Signals.html#GSignalEmissionHook"
>GSignalEmissionHook</a> listener,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *event_type);
void <a href="AtkUtil.html#atk-remove-global-event-listener">atk_remove_global_event_listener</a>
(<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> listener_id);
<a href="AtkUtil.html#AtkKeyEventStruct">AtkKeyEventStruct</a>;
enum <a href="AtkUtil.html#AtkKeyEventType">AtkKeyEventType</a>;
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> (<a href="AtkUtil.html#AtkKeySnoopFunc">*AtkKeySnoopFunc</a>) (<a href="AtkUtil.html#AtkKeyEventStruct">AtkKeyEventStruct</a> *event,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> func_data);
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> <a href="AtkUtil.html#atk-add-key-event-listener">atk_add_key_event_listener</a> (<a href="AtkUtil.html#AtkKeySnoopFunc">AtkKeySnoopFunc</a> listener,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);
void <a href="AtkUtil.html#atk-remove-key-event-listener">atk_remove_key_event_listener</a> (<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> listener_id);
<a href="AtkObject.html" title="AtkObject">AtkObject</a>* <a href="AtkUtil.html#atk-get-root">atk_get_root</a> (void);
<a href="AtkObject.html" title="AtkObject">AtkObject</a>* <a href="AtkUtil.html#atk-get-focus-object">atk_get_focus_object</a> (void);
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* <a href="AtkUtil.html#atk-get-toolkit-name">atk_get_toolkit_name</a> (void);
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* <a href="AtkUtil.html#atk-get-toolkit-version">atk_get_toolkit_version</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2614816"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
+----AtkUtil
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2614840"></a><h2>Description</h2>
<p>
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.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2614858"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2614869"></a><h3>
<a name="AtkUtil-struct"></a>AtkUtil</h3>
<a class="indexterm" name="id2614882"></a><pre class="programlisting">typedef struct _AtkUtil AtkUtil;</pre>
<p>
The AtkUtil struct does not contain any fields.
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614898"></a><h3>
<a name="AtkCoordType"></a>enum AtkCoordType</h3>
<a class="indexterm" name="id2614910"></a><pre class="programlisting">typedef enum {
ATK_XY_SCREEN,
ATK_XY_WINDOW
}AtkCoordType;
</pre>
<p>
Specifies how xy coordinates are to be interpreted. Used by functions such
as <a href="AtkComponent.html#atk-component-get-position"><code class="function">atk_component_get_position()</code></a> and <a href="AtkText.html#atk-text-get-character-extents"><code class="function">atk_text_get_character_extents()</code></a></p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><a name="ATK-XY-SCREEN:CAPS"></a><code class="literal">ATK_XY_SCREEN</code></span></td>
<td> specifies xy coordinates relative to the screen
</td>
</tr>
<tr>
<td><span class="term"><a name="ATK-XY-WINDOW:CAPS"></a><code class="literal">ATK_XY_WINDOW</code></span></td>
<td> specifies xy coordinates relative to the widget's
top-level window
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615002"></a><h3>
<a name="atk-add-focus-tracker"></a>atk_add_focus_tracker ()</h3>
<a class="indexterm" name="id2615016"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> atk_add_focus_tracker (<a href="AtkUtil.html#AtkEventListener">AtkEventListener</a> focus_tracker);</pre>
<p>
Adds the specified function to the list of functions to be called
when an object receives focus.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>focus_tracker</code></em> :</span></td>
<td> Function to be added to the list of functions to be called
when an object receives focus.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> added focus tracker id, or 0 on failure.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615080"></a><h3>
<a name="atk-remove-focus-tracker"></a>atk_remove_focus_tracker ()</h3>
<a class="indexterm" name="id2615093"></a><pre class="programlisting">void atk_remove_focus_tracker (<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> tracker_id);</pre>
<p>
Removes the specified focus tracker from the list of functions
to be called when any object receives focus.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>tracker_id</code></em> :</span></td>
<td> the id of the focus tracker to remove
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615145"></a><h3>
<a name="atk-focus-tracker-init"></a>atk_focus_tracker_init ()</h3>
<a class="indexterm" name="id2615159"></a><pre class="programlisting">void atk_focus_tracker_init (<a href="AtkUtil.html#AtkEventListenerInit">AtkEventListenerInit</a> init);</pre>
<p>
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.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>init</code></em> :</span></td>
<td> Function to be called for focus tracker initialization
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615213"></a><h3>
<a name="atk-focus-tracker-notify"></a>atk_focus_tracker_notify ()</h3>
<a class="indexterm" name="id2615227"></a><pre class="programlisting">void atk_focus_tracker_notify (<a href="AtkObject.html" title="AtkObject">AtkObject</a> *object);</pre>
<p>
Cause the focus tracker functions which have been specified to be
executed for the object.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>object</code></em> :</span></td>
<td> an <a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615286"></a><h3>
<a name="AtkEventListener"></a>AtkEventListener ()</h3>
<a class="indexterm" name="id2615298"></a><pre class="programlisting">void (*AtkEventListener) (<a href="AtkObject.html" title="AtkObject">AtkObject</a> *obj);</pre>
<p>
A function which is called when an object emits a matching event,
as used in <a href="AtkUtil.html#atk-add-focus-tracker"><span class="type">atk_add_focus_tracker</span></a>.
Currently the only events for which object-specific handlers are
supported are events of type "focus:". Most clients of ATK will prefer to
attach signal handlers for the various ATK signals instead.
</p>
<p>
<em class="parameter"><code>see</code></em>: atk_add_focus_tracker.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>obj</code></em> :</span></td>
<td> An <a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> instance for whom the callback will be called when
the specified event (e.g. 'focus:') takes place.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615380"></a><h3>
<a name="AtkEventListenerInit"></a>AtkEventListenerInit ()</h3>
<a class="indexterm" name="id2615393"></a><pre class="programlisting">void (*AtkEventListenerInit) (void);</pre>
<p>
An <a href="AtkUtil.html#AtkEventListenerInit"><span class="type">AtkEventListenerInit</span></a> function is a special function that is
called in order to initialize the per-object event registration system
used by <a href="AtkUtil.html#AtkEventListener"><span class="type">AtkEventListener</span></a>, if any preparation is required.
</p>
<p>
<em class="parameter"><code>see</code></em>: atk_focus_tracker_init.</p>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615447"></a><h3>
<a name="atk-add-global-event-listener"></a>atk_add_global_event_listener ()</h3>
<a class="indexterm" name="id2615460"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> atk_add_global_event_listener (<a
href="../gobject/gobject-Signals.html#GSignalEmissionHook"
>GSignalEmissionHook</a> listener,
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *event_type);</pre>
<p>
Adds the specified function to the list of functions to be called
when an event of type event_type occurs.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>listener</code></em> :</span></td>
<td> the listener to notify
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>event_type</code></em> :</span></td>
<td> the type of event for which notification is requested
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> added event listener id, or 0 on failure.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615546"></a><h3>
<a name="atk-remove-global-event-listener"></a>atk_remove_global_event_listener ()</h3>
<a class="indexterm" name="id2615559"></a><pre class="programlisting">void atk_remove_global_event_listener
(<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> listener_id);</pre>
<p>
Removes the specified event listener</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>listener_id</code></em> :</span></td>
<td> the id of the event listener to remove
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615611"></a><h3>
<a name="AtkKeyEventStruct"></a>AtkKeyEventStruct</h3>
<a class="indexterm" name="id2615624"></a><pre class="programlisting">typedef struct {
gint type;
guint state;
guint keyval;
gint length;
gchar *string;
guint16 keycode;
guint32 timestamp;
} AtkKeyEventStruct;
</pre>
<p>
Encapsulates information about a key event.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> <em class="structfield"><code>type</code></em>;</span></td>
<td> An AtkKeyEventType, generally one of ATK_KEY_EVENT_PRESS or ATK_KEY_EVENT_RELEASE
</td>
</tr>
<tr>
<td><span class="term"><a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> <em class="structfield"><code>state</code></em>;</span></td>
<td> A bitmask representing the state of the modifier keys immediately after the event takes place.
The meaning of the bits is currently defined to match the bitmask used by GDK in
GdkEventType.state, see
http://developer.gnome.org/doc/API/2.0/gdk/gdk-Event-Structures.html<a
href="../gdk/gdk-Event-Structures.html#GdkEventKey"
><span class="type">GdkEventKey</span></a>
</td>
</tr>
<tr>
<td><span class="term"><a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> <em class="structfield"><code>keyval</code></em>;</span></td>
<td> A guint representing a keysym value corresponding to those used by GDK and X11: see
/usr/X11/include/keysymdef.h.
</td>
</tr>
<tr>
<td><span class="term"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> <em class="structfield"><code>length</code></em>;</span></td>
<td> The length of member <span class="type">string</span>.
</td>
</tr>
<tr>
<td><span class="term"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *<em class="structfield"><code>string</code></em>;</span></td>
<td> A string containing one of the following: either a string approximating the text that would
result from this keypress, if the key is a control or graphic character, or a symbolic name for this keypress.
Alphanumeric and printable keys will have the symbolic key name in this string member, for instance "A". "0",
"semicolon", "aacute". Keypad keys have the prefix "KP".
</td>
</tr>
<tr>
<td><span class="term"><a
href="../glib/glib-Basic-Types.html#guint16"
>guint16</a> <em class="structfield"><code>keycode</code></em>;</span></td>
<td> The raw hardware code that generated the key event. This field is raraly useful.
</td>
</tr>
<tr>
<td><span class="term"><a
href="../glib/glib-Basic-Types.html#guint32"
>guint32</a> <em class="structfield"><code>timestamp</code></em>;</span></td>
<td> A timestamp in milliseconds indicating when the event occurred.
These timestamps are relative to a starting point which should be considered arbitrary,
and only used to compare the dispatch times of events to one another.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615831"></a><h3>
<a name="AtkKeyEventType"></a>enum AtkKeyEventType</h3>
<a class="indexterm" name="id2615844"></a><pre class="programlisting">typedef enum
{
ATK_KEY_EVENT_PRESS,
ATK_KEY_EVENT_RELEASE,
ATK_KEY_EVENT_LAST_DEFINED
} AtkKeyEventType;
</pre>
<p>
Specifies the type of a keyboard evemt.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><a name="ATK-KEY-EVENT-PRESS:CAPS"></a><code class="literal">ATK_KEY_EVENT_PRESS</code></span></td>
<td> specifies a key press event
</td>
</tr>
<tr>
<td><span class="term"><a name="ATK-KEY-EVENT-RELEASE:CAPS"></a><code class="literal">ATK_KEY_EVENT_RELEASE</code></span></td>
<td> specifies a key release event
</td>
</tr>
<tr>
<td><span class="term"><a name="ATK-KEY-EVENT-LAST-DEFINED:CAPS"></a><code class="literal">ATK_KEY_EVENT_LAST_DEFINED</code></span></td>
<td> Not a valid value; specifies end of enumeration
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615939"></a><h3>
<a name="AtkKeySnoopFunc"></a>AtkKeySnoopFunc ()</h3>
<a class="indexterm" name="id2615952"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> (*AtkKeySnoopFunc) (<a href="AtkUtil.html#AtkKeyEventStruct">AtkKeyEventStruct</a> *event,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> func_data);</pre>
<p>
An <a href="AtkUtil.html#AtkKeySnoopFunc"><span class="type">AtkKeySnoopFunc</span></a> is a type of callback which is called whenever a key event occurs,
if registered via atk_add_key_event_listener. It allows for pre-emptive
interception of key events via the return code as described below.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>event</code></em> :</span></td>
<td> an AtkKeyEventStruct containing information about the key event for which
notification is being given.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>func_data</code></em> :</span></td>
<td> a block of data which will be passed to the event listener, on notification.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> TRUE (nonzero) if the event emission should be stopped and the event
discarded without being passed to the normal GUI recipient; FALSE (zero) if the
event dispatch to the client application should proceed as normal.
<em class="parameter"><code>see</code></em>: atk_add_key_event_listener.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616057"></a><h3>
<a name="atk-add-key-event-listener"></a>atk_add_key_event_listener ()</h3>
<a class="indexterm" name="id2616071"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> atk_add_key_event_listener (<a href="AtkUtil.html#AtkKeySnoopFunc">AtkKeySnoopFunc</a> listener,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> data);</pre>
<p>
Adds the specified function to the list of functions to be called
when a key event occurs. The <em class="parameter"><code>data</code></em> element will be passed to the
<a href="AtkUtil.html#AtkKeySnoopFunc"><span class="type">AtkKeySnoopFunc</span></a> (<em class="parameter"><code>listener</code></em>) as the <em class="parameter"><code>func_data</code></em> param, on notification.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>listener</code></em> :</span></td>
<td> the listener to notify
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>data</code></em> :</span></td>
<td> a <a
href="../glib/glib-Basic-Types.html#gpointer"
><span class="type">gpointer</span></a> that points to a block of data that should be sent to the registered listeners,
along with the event notification, when it occurs.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> added event listener id, or 0 on failure.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616192"></a><h3>
<a name="atk-remove-key-event-listener"></a>atk_remove_key_event_listener ()</h3>
<a class="indexterm" name="id2616206"></a><pre class="programlisting">void atk_remove_key_event_listener (<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> listener_id);</pre>
<p>
Removes the specified event listener</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><em class="parameter"><code>listener_id</code></em> :</span></td>
<td> the id of the event listener to remove
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616257"></a><h3>
<a name="atk-get-root"></a>atk_get_root ()</h3>
<a class="indexterm" name="id2616270"></a><pre class="programlisting"><a href="AtkObject.html" title="AtkObject">AtkObject</a>* atk_get_root (void);</pre>
<p>
Gets the root accessible container for the current application.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the root accessible container for the current application
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616311"></a><h3>
<a name="atk-get-focus-object"></a>atk_get_focus_object ()</h3>
<a class="indexterm" name="id2616326"></a><pre class="programlisting"><a href="AtkObject.html" title="AtkObject">AtkObject</a>* atk_get_focus_object (void);</pre>
<p>
Gets the currently focused object.
</p>
<p>
Returns:</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the currently focused object for the current application
</td>
</tr></tbody>
</table></div>
<p>Since ATK 1.6
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616376"></a><h3>
<a name="atk-get-toolkit-name"></a>atk_get_toolkit_name ()</h3>
<a class="indexterm" name="id2616389"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* atk_get_toolkit_name (void);</pre>
<p>
Gets name string for the GUI toolkit implementing ATK for this application.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> name string for the GUI toolkit implementing ATK for this application
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2616432"></a><h3>
<a name="atk-get-toolkit-version"></a>atk_get_toolkit_version ()</h3>
<a class="indexterm" name="id2616445"></a><pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a>* atk_get_toolkit_version (void);</pre>
<p>
Gets version string for the GUI toolkit implementing ATK for this application.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> version string for the GUI toolkit implementing ATK for this application
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
</body>
</html>