diff options
author | Padraig O'Briain <padraigo@src.gnome.org> | 2001-05-14 07:25:35 +0000 |
---|---|---|
committer | Padraig O'Briain <padraigo@src.gnome.org> | 2001-05-14 07:25:35 +0000 |
commit | 623b2b9ae5f05776950877f5ad7233947f31845c (patch) | |
tree | 76829ebe52a0443dd24308bd173e1d9925be01c0 /atk/atkstate.h | |
parent | f1d1251ab3a20c09d105350b78e273b9006dfc4b (diff) | |
download | atk-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-x | atk/atkstate.h | 2 |
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, |