summaryrefslogtreecommitdiff
path: root/atk/atkstate.h
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-05-14 07:25:35 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-05-14 07:25:35 +0000
commit623b2b9ae5f05776950877f5ad7233947f31845c (patch)
tree76829ebe52a0443dd24308bd173e1d9925be01c0 /atk/atkstate.h
parentf1d1251ab3a20c09d105350b78e273b9006dfc4b (diff)
downloadatk-623b2b9ae5f05776950877f5ad7233947f31845c.tar.gz
Add function atk_object_real_set_role() and use it to implement
atk_object_set_role(). Do not define "accessible-role" as a property whose change of value is notified. Correct typo in comment in atkstate.h
Diffstat (limited to 'atk/atkstate.h')
-rwxr-xr-xatk/atkstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkstate.h b/atk/atkstate.h
index bc5833e..7f98b32 100755
--- a/atk/atkstate.h
+++ b/atk/atkstate.h
@@ -58,7 +58,7 @@ typedef enum
ATK_STATE_FOCUSABLE,
/* Indicates this object currently has the keyboard focus */
ATK_STATE_FOCUSED,
- /* Indicates the orientation of thsi object is horizontal */
+ /* Indicates the orientation of this object is horizontal */
ATK_STATE_HORIZONTAL,
/* Indicates this object is minimized and is represented only by an icon */
ATK_STATE_ICONIFIED,