summaryrefslogtreecommitdiff
path: root/atk/atk.def
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-06-13 20:54:41 +0000
committerTor Lillqvist <tml@src.gnome.org>2003-06-13 20:54:41 +0000
commit611a6dd08cf24cd2c07294909e14435a4d9dbafe (patch)
tree7a24e76f910ac1e66cbafdd41428e5be7da7ea46 /atk/atk.def
parentd908d3e870eb0ef22ccb3b33c76e91f0115baa7b (diff)
downloadatk-611a6dd08cf24cd2c07294909e14435a4d9dbafe.tar.gz
Set gettext_initialized.
2003-06-13 Tor Lillqvist <tml@iki.fi> * atk/atkobject.c (atk_role_get_localized_name): Set gettext_initialized. * atk-zip.sh.in (DEVZIP): libtool 1.5 installs DLLs in the bin directory, so look there, too. Include the message catalogs. Merge from HEAD: * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh. * atk/atk.def: Add missing entries, thanks to Cedric Gustin. * atk/atk.rc.in: New file, for version info in the DLL on Windows. Similar as in GLib, GTK, etc. * configure.in: Expand atk/atk.rc. * atk/Makefile.am: Use atk.rc on Windows. (EXTRA_DIST): Distribute atk.rc.in. * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR, but deduce it from DLL location, like GLib, GTK etc do.
Diffstat (limited to 'atk/atk.def')
-rw-r--r--atk/atk.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/atk/atk.def b/atk/atk.def
index 29fb431..fc569f1 100644
--- a/atk/atk.def
+++ b/atk/atk.def
@@ -2,6 +2,7 @@ EXPORTS
atk_action_do_action
atk_action_get_description
atk_action_get_keybinding
+ atk_action_get_localized_name
atk_action_get_n_actions
atk_action_get_name
atk_action_get_type
@@ -13,6 +14,8 @@ EXPORTS
atk_component_add_focus_handler
atk_component_contains
atk_component_get_extents
+ atk_component_get_layer
+ atk_component_get_mdi_zorder
atk_component_get_position
atk_component_get_size
atk_component_get_type
@@ -67,6 +70,7 @@ EXPORTS
atk_no_op_object_factory_new
atk_no_op_object_get_type
atk_no_op_object_new
+ atk_object_add_relationship
atk_object_connect_property_change_handler
atk_object_factory_create_accessible
atk_object_factory_get_accessible_type
@@ -87,6 +91,7 @@ EXPORTS
atk_object_ref_relation_set
atk_object_ref_state_set
atk_object_remove_property_change_handler
+ atk_object_remove_relationship
atk_object_set_description
atk_object_set_name
atk_object_set_parent
@@ -115,6 +120,7 @@ EXPORTS
atk_remove_global_event_listener
atk_remove_key_event_listener
atk_role_for_name
+ atk_role_get_localized_name
atk_role_get_name
atk_role_get_type
atk_role_register