summaryrefslogtreecommitdiff
path: root/atk/atkcomponent.h
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2001-06-27 16:20:01 +0000
committerBrian Cameron <bcameron@src.gnome.org>2001-06-27 16:20:01 +0000
commit3519fe9a47c26601cad3c5151c9f5c966dd52e43 (patch)
tree12c67f015b34c4460e92d8b9fd75968193008d46 /atk/atkcomponent.h
parentec1b9a062a4ca5f65b1c7e705d4b261c91ad9b45 (diff)
downloadatk-3519fe9a47c26601cad3c5151c9f5c966dd52e43.tar.gz
Updated gtk-docs fixing spelling errors and making minor
changes to the API.
Diffstat (limited to 'atk/atkcomponent.h')
-rwxr-xr-xatk/atkcomponent.h52
1 files changed, 26 insertions, 26 deletions
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 ();