summaryrefslogtreecommitdiff
path: root/atk.defs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-07-06 07:26:54 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-07-06 07:26:54 +0000
commit96ec5d0af9354d536f1d56fafd53dd92d42cbe5c (patch)
tree2a34c55daaaa7354eb1a40d85cdca1937097d4e8 /atk.defs
parent4ecf6350c933ac2a0f83177dae701a9e5db45fe5 (diff)
downloadpygtk-96ec5d0af9354d536f1d56fafd53dd92d42cbe5c.tar.gz
Add call to _pyatk_register_boxed_types()
* atkmodule.c (initatk): Add call to _pyatk_register_boxed_types() * Makefile.am (ATK_OVERRIDES): Add atkrectangle.override * atkrectangle.override: Add. * atk.override (_wrap_atk_text_get_text_at_offset) (_wrap_atk_text_get_text_before_offset) (_wrap_atk_text_get_character_extents) (_wrap_atk_text_get_run_attributes) (_wrap_atk_text_get_default_attributes) (_wrap_atk_text_get_bounded_ranges, _wrap_atk_text_get_selection) (_wrap_atk_text_get_range_extents): Add, * atk.defs (atk_rectangle_new): Add.
Diffstat (limited to 'atk.defs')
-rw-r--r--atk.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/atk.defs b/atk.defs
index 61ee5c80..12d5d693 100644
--- a/atk.defs
+++ b/atk.defs
@@ -1808,3 +1808,9 @@
)
)
+(define-function rectangle_new
+ (c-name "atk_rectangle_new")
+ (is-constructor-of "AtkRectangle")
+ (return-type "AtkRectangle")
+)
+