From 3519fe9a47c26601cad3c5151c9f5c966dd52e43 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Wed, 27 Jun 2001 16:20:01 +0000 Subject: Updated gtk-docs fixing spelling errors and making minor changes to the API. --- atk/atkcomponent.h | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'atk/atkcomponent.h') diff --git a/atk/atkcomponent.h b/atk/atkcomponent.h index 4baa734..abde0ee 100755 --- a/atk/atkcomponent.h +++ b/atk/atkcomponent.h @@ -51,9 +51,9 @@ struct _AtkComponentIface { GTypeInterface parent; - guint (* add_focus_handler) (AtkComponent *component, - AtkFocusHandler handler); - gboolean (* contains) (AtkComponent *component, + guint (* add_focus_handler) (AtkComponent *component, + AtkFocusHandler handler); + gboolean (* contains) (AtkComponent *component, gint x, gint y); @@ -65,29 +65,29 @@ struct _AtkComponentIface gint *y, gint *width, gint *height); - void (* get_position) (AtkComponent *component, - gint *x, - gint *y); - void (* get_position_on_screen) (AtkComponent *component, - gint *root_x, - gint *root_y); - void (* get_size) (AtkComponent *component, - gint *width, - gint *height); - void (* grab_focus) (AtkComponent *component); - void (* remove_focus_handler) (AtkComponent *component, - guint handler_id); - void (* set_extents) (AtkComponent *component, - gint x, - gint y, - gint width, - gint height); - void (* set_position) (AtkComponent *component, - gint x, - gint y); - void (* set_size) (AtkComponent *component, - gint width, - gint height); + void (* get_position) (AtkComponent *component, + gint *x, + gint *y); + void (* get_position_on_screen) (AtkComponent *component, + gint *root_x, + gint *root_y); + void (* get_size) (AtkComponent *component, + gint *width, + gint *height); + void (* grab_focus) (AtkComponent *component); + void (* remove_focus_handler) (AtkComponent *component, + guint handler_id); + void (* set_extents) (AtkComponent *component, + gint x, + gint y, + gint width, + gint height); + void (* set_position) (AtkComponent *component, + gint x, + gint y); + void (* set_size) (AtkComponent *component, + gint width, + gint height); }; GType atk_component_get_type (); -- cgit v1.2.1